summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 12:51:12 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 12:51:12 +0100
commit6f9287373dafeb371421183f07ec8958a07861eb (patch)
tree0ad57ac976c6a466e31e3e4828600dd569f36c58
parent497ffb456ad359ae03881688a2aeaef5c0ac4875 (diff)
Release 0.34.20.34.2
-rw-r--r--etc/kubernetes/manifests/030_deploy.yaml2
-rw-r--r--etc/swarm/manifests/compose.yaml2
-rw-r--r--etc/www/config.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index d17b071..968a316 100644
--- a/etc/kubernetes/manifests/030_deploy.yaml
+++ b/etc/kubernetes/manifests/030_deploy.yaml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.34.1"
+ image: "alejandrocolomar/www:0.34.2"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 719fe10..6c2d2de 100644
--- a/etc/swarm/manifests/compose.yaml
+++ b/etc/swarm/manifests/compose.yaml
@@ -45,7 +45,7 @@ services:
start_period: 30s
test: curl -4s -o /dev/null -w '%{http_code}' http://localhost:8080
timeout: 1s
- image: "alejandrocolomar/www:0.34.1"
+ image: "alejandrocolomar/www:0.34.2"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 1aaecb8..92efb89 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -14,7 +14,7 @@ WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
WWW_STABILITY="stable"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="0.34.1"; ## tag name or branch name.
+WWW_VERSION="0.34.2"; ## tag name or branch name.
WWW_DK_REPO='alejandrocolomar';
WWW_DK_IMG="${WWW_PROJECT}";
WWW_DK_TAG="${WWW_VERSION}";