summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-16 13:58:36 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-16 13:58:36 +0100
commitd09aac7534bb0e1ebe39a8296bac311548c0a868 (patch)
tree0356e252403dce2b9577cb2b63c8403256da97b4
parent8540f02026b8349f075459215be19d0f2fc3ffd2 (diff)
Release 0.33.00.33.0
-rw-r--r--etc/docker/kubernetes/030_deploy.yaml2
-rw-r--r--etc/docker/swarm/compose.yaml2
-rw-r--r--etc/www/config.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/docker/kubernetes/030_deploy.yaml b/etc/docker/kubernetes/030_deploy.yaml
index 3384bd3..9e2d635 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.32.0"
+ image: "alejandrocolomar/www:0.33.0"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index 3f51326..f435b19 100644
--- a/etc/docker/swarm/compose.yaml
+++ b/etc/docker/swarm/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.32.0"
+ image: "alejandrocolomar/www:0.33.0"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 31c04b2..245131b 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.32.0"; ## tag name or branch name.
+WWW_VERSION="0.33.0"; ## tag name or branch name.
WWW_DK_REPO='alejandrocolomar';
WWW_DK_IMG="${WWW_PROJECT}";
WWW_DK_TAG="${WWW_VERSION}";