summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-09 23:57:25 +0100
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-09 23:57:25 +0100
commit00a1e70b8af155d9f9b2a744118b10746bf30867 (patch)
tree05ddd4111b8abbd4d7c84de46d440f2e9a314cf8
parent7feee5e3a19e0e7587fef6be180916098b04a70e (diff)
Release 0.28.80.28.8
-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 214f542..6bf7f5b 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.7"
+ image: "alejandrocolomar/www:0.28.8"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index ac54693..0cbedef 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.7"
+ image: "alejandrocolomar/www:0.28.8"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 97a98b2..a43c97e 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.7"; ## tag name or branch name.
+WWW_VERSION="0.28.8"; ## 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 1b5d3fd..7a9a473 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -54,8 +54,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 09/Dec/2020 22:10:39 UTC
-Version: 0.28.7
+Last modified: 09/Dec/2020 22:57:25 UTC
+Version: 0.28.8
Alejandro Colomar
</pre>
<hr/>