summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-19 18:41:55 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-19 18:41:55 +0200
commit87040e680edcba149021f895d40fd51417c88685 (patch)
tree3af4369e390aa1b2f9ae3889dceb9aa2fc87291b
parent8b685b61bc402104933bc53f9d0dd1b6fadf6689 (diff)
Release 0.27.10.27.1
-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 b7c0b3a..d98896d 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.27.0"
+ image: "alejandrocolomar/www:0.27.1"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index f2ca394..3ae302c 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.27.0"
+ image: "alejandrocolomar/www:0.27.1"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 870f640..e25be81 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.27.0"; ## tag name or branch name.
+WWW_VERSION="0.27.1"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index e704a38..d74b747 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: 19/Oct/2020 11:13:30 UTC
-Version: 0.27.0
+Last modified: 19/Oct/2020 16:41:55 UTC
+Version: 0.27.1
Alejandro Colomar
</pre>
<hr/>