summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-10 00:30:43 +0100
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-10 00:30:43 +0100
commitfffb7dd144c8746385ffc6d74ea0bfe4303ed654 (patch)
treef663f57f7260bb1b8349db304d591cee3d1c50ba
parentab4dd7cc9eebf4e99eebd13a9f2875a0d48b9e83 (diff)
Release 0.28.90.28.9
-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 6bf7f5b..12eb169 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.8"
+ image: "alejandrocolomar/www:0.28.9"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 0cbedef..683d1ed 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.8"
+ image: "alejandrocolomar/www:0.28.9"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index a43c97e..359c699 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.8"; ## tag name or branch name.
+WWW_VERSION="0.28.9"; ## 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 7a9a473..bff4aaa 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:57:25 UTC
-Version: 0.28.8
+Last modified: 09/Dec/2020 23:30:43 UTC
+Version: 0.28.9
Alejandro Colomar
</pre>
<hr/>