summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 17:07:02 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-17 17:07:02 +0100
commita2b306f524fec70d5139a78280bf66c732aa2680 (patch)
treea302d1236c3dda0f0fa82efc35295c6c59ee57c2
parent0983ccd028739af855291c05d6e26b7c79ddc3b3 (diff)
Release 0.35.00.35.0
-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 968a316..bd6d110 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.2"
+ image: "alejandrocolomar/www:0.35.0"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 6c2d2de..e12692f 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.2"
+ image: "alejandrocolomar/www:0.35.0"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 92efb89..65ed3c6 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.2"; ## tag name or branch name.
+WWW_VERSION="0.35.0"; ## tag name or branch name.
WWW_DK_REPO='alejandrocolomar';
WWW_DK_IMG="${WWW_PROJECT}";
WWW_DK_TAG="${WWW_VERSION}";