summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-02-19 20:00:12 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-02-19 20:00:12 +0100
commit0662b2734a5edbc3fe58988ecb5d01c0d52b7c79 (patch)
treed1042045e3ee79d2aa14b7254d0fba9364ac666f
parentd67c06d4b243d113325f89f2cc33c9c9a11214e0 (diff)
Release 0.30.150.30.15
-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.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/docker/kubernetes/030_deploy.yaml b/etc/docker/kubernetes/030_deploy.yaml
index 01aeefd..fa44109 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.14"
+ image: "alejandrocolomar/www:0.30.15"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 49e6c86..1e7f718 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.14"
+ image: "alejandrocolomar/www:0.30.15"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index a4008b3..b04de0b 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.14"; ## tag name or branch name.
+WWW_VERSION="0.30.15"; ## 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 73c7ca7..dc44ed7 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -48,7 +48,7 @@
<p>
This site doesn't use cookies :)
<br/>
- Last modified: <time>Feb/2021</time>
+ Last modified: <time>19/Feb/2021 19:00:12 UTC</time>
<br/>
<span class="name">Alejandro Colomar</span>
</p>