summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 00:49:50 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 00:49:50 +0200
commitf611da8795089c3a9222f20928b5d2cb671dbe0c (patch)
treed7be3c3bf581478b0a03c55c26ec84d3bf8949a5
parent989fe2320ac46860ddeb86e32a07e451848aab46 (diff)
Pre-release 0.25-a10.25-a1
-rw-r--r--etc/docker/kubernetes/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/deploy.yaml b/etc/docker/kubernetes/deploy.yaml
index a4b84be..6d7dfbc 100644
--- a/etc/docker/kubernetes/deploy.yaml
+++ b/etc/docker/kubernetes/deploy.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:alx"
+ image: "alejandrocolomar/www:0.25-a1"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index e593077..cf2b3c1 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:alx"
+ image: "alejandrocolomar/www:0.25-a1"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index d2ea478..f5ca3ba 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="exp"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="alx"; ## tag name or branch name.
+WWW_VERSION="0.25-a1"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index d6ad611..d52c8e5 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: 09/Oct/2020 19:13:40 UTC
-Version: alx
+Last modified: 10/Oct/2020 22:49:50 UTC
+Version: 0.25-a1
Alejandro Colomar
</pre>
<hr/>