summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-07 23:58:17 +0100
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-12-07 23:58:17 +0100
commitead6f9b0de1e834ffb0ac02c1654a2fd902abb0f (patch)
tree32df1f86055908954f959a87f106ed7771abc097
parentdbf1426bdb044571729368c5c6eba41b4af94d8e (diff)
Pre-release 0.28-rc20.28-rc2
-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 d058fdc..9bee340 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-rc1"
+ image: "alejandrocolomar/www:0.28-rc2"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 2e07360..48a3149 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-rc1"
+ image: "alejandrocolomar/www:0.28-rc2"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 28fa04b..28816a2 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="rc"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="0.28-rc1"; ## tag name or branch name.
+WWW_VERSION="0.28-rc2"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index 5210d4f..e3bc353 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 21:59:05 UTC
-Version: 0.28-rc1
+Last modified: 07/Dec/2020 22:58:17 UTC
+Version: 0.28-rc2
Alejandro Colomar
</pre>
<hr/>