summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 12:42:54 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 12:42:54 +0100
commitda96a171055e913793b91b51ac0234b2435bbedb (patch)
tree98da41236c58d2d28995b2fd00e35fdf05c89ef6
parent5acc2d40aaa921c58f6732db2357bb5225dc0290 (diff)
Release 0.34.10.34.1
-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 3523907..d17b071 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.0"
+ image: "alejandrocolomar/www:0.34.1"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 7be9161..719fe10 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.0"
+ image: "alejandrocolomar/www:0.34.1"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 4d01716..1aaecb8 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.0"; ## tag name or branch name.
+WWW_VERSION="0.34.1"; ## tag name or branch name.
WWW_DK_REPO='alejandrocolomar';
WWW_DK_IMG="${WWW_PROJECT}";
WWW_DK_TAG="${WWW_VERSION}";