summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-08 22:38:42 +0100
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-08 22:38:42 +0100
commite4757c8c0f27448a58ef9ad579e26fdc9588e164 (patch)
tree164c3f8a25a2166a8198cd73c44081b2c3c63c92
parent7452f82805d18b1900136b2283a90e0c01821cad (diff)
Release 0.28.30.28.3
-rw-r--r--etc/docker/kubernetes/030_deploy.yaml2
-rw-r--r--etc/docker/swarm/compose.yaml2
-rw-r--r--etc/www/config.sh2
-rw-r--r--srv/www/index.html4
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/docker/kubernetes/030_deploy.yaml b/etc/docker/kubernetes/030_deploy.yaml
index 0c549e9..d43b33f 100644
--- a/etc/docker/kubernetes/030_deploy.yaml
+++ b/etc/docker/kubernetes/030_deploy.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.28.2"
+ image: "alejandrocolomar/www:0.28.3"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index d1c02d0..965a17e 100644
--- a/etc/docker/swarm/compose.yaml
+++ b/etc/docker/swarm/compose.yaml
@@ -31,7 +31,7 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:0.28.2"
+ image: "alejandrocolomar/www:0.28.3"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index bfadcf4..da7c191 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="stable"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="0.28.2"; ## tag name or branch name.
+WWW_VERSION="0.28.3"; ## tag name or branch name.
WWW_DK_REPO='alejandrocolomar';
WWW_DK_IMG="${WWW_PROJECT}";
WWW_DK_TAG="${WWW_VERSION}";
diff --git a/srv/www/index.html b/srv/www/index.html
index c8e5ab7..cc04f9d 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -53,8 +53,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 07/Dec/2020 23:20:30 UTC
-Version: 0.28.2
+Last modified: 08/Dec/2020 21:38:42 UTC
+Version: 0.28.3
Alejandro Colomar
</pre>
<hr/>