summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-19 18:08:00 +0100
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-19 18:08:00 +0100
commitad7ff43e2f8a0bbacf5a851b4253757cda9304b5 (patch)
tree1e8a3790e5903b722b9f5665e73cd327a72736ae
parent44fec71ef4c81fe40864a59306646db5311c86e2 (diff)
Release 0.30.90.30.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 2b1805c..1abd341 100644
--- a/etc/docker/kubernetes/030_deploy.yaml
+++ b/etc/docker/kubernetes/030_deploy.yaml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.30.8"
+ image: "alejandrocolomar/www:0.30.9"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index f2d5312..adf0d2d 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.30.8"
+ image: "alejandrocolomar/www:0.30.9"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 0398230..1cd0fb9 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.30.8"; ## tag name or branch name.
+WWW_VERSION="0.30.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 4c779d1..6e46807 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -46,9 +46,9 @@
<p>
This site doesn't use cookies :)
<br/>
- Last modified: <time>18/Dec/2020 16:07:39 UTC</time>
+ Last modified: <time>19/Dec/2020 17:08:00 UTC</time>
<br/>
- Version: <span class="code">0.30.8</span>
+ Version: <span class="code">0.30.9</span>
<br/>
<span class="name">Alejandro Colomar</span>
</p>