summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-29 20:09:42 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-29 20:09:42 +0200
commitd7815e76a944551a3e7d5cc76cb9e45dc5e50352 (patch)
tree3943c07f559feaaa9e24cc8281ef93ffbbe2d022
parentd544e8f1f3d71348d41924bc48e4ab23072f8eba (diff)
Pre-release v0.47-rc5v0.47-rc5
-rw-r--r--.config2
-rw-r--r--etc/docker/images/www2
-rw-r--r--etc/kubernetes/manifests/030_deploy.yaml2
-rw-r--r--etc/swarm/manifests/compose.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.config b/.config
index 6c72030..c79cbcd 100644
--- a/.config
+++ b/.config
@@ -3,5 +3,5 @@ port stable 30001
project www
stable test
stack www-test
-version 0.47-rc4
+version 0.47-rc5
archs aarch64,x86_64
diff --git a/etc/docker/images/www b/etc/docker/images/www
index ab7b5a6..bbaca03 100644
--- a/etc/docker/images/www
+++ b/etc/docker/images/www
@@ -1,6 +1,6 @@
reg docker.io
user alejandrocolomar
repo www
-lbl 0.47-rc4
+lbl 0.47-rc5
digest x86_64
digest aarch64
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 1e545c8..d9ed6d0 100644
--- a/etc/kubernetes/manifests/030_deploy.yaml
+++ b/etc/kubernetes/manifests/030_deploy.yaml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
-
- image: "docker.io/alejandrocolomar/www:0.47-rc4"
+ image: "docker.io/alejandrocolomar/www:0.47-rc5"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 023c2ff..1c8e90f 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: "docker.io/alejandrocolomar/www:0.47-rc4"
+ image: "docker.io/alejandrocolomar/www:0.47-rc5"
networks:
-
"alejandro-colomar"