summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:14:57 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:14:57 +0200
commit68c716de0135e1ae5af231c5241ac66e359e9c97 (patch)
tree49b27c4118bcab40746bac655c98f0f54fe30089
parentc2abc3d87d309cbee2030d461c88af7ae358018d (diff)
Pre-release v0.47-rc8v0.47-rc8
-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 2e0e4a0..920a6f2 100644
--- a/.config
+++ b/.config
@@ -3,5 +3,5 @@ port stable 30001
project www
stable test
stack www-test
-version 0.47-rc7
+version 0.47-rc8
archs aarch64,x86_64
diff --git a/etc/docker/images/www b/etc/docker/images/www
index 474faf9..3cc0c80 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-rc7
+lbl 0.47-rc8
digest x86_64
digest aarch64
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 48c4f8e..7f1d056 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-rc7"
+ image: "docker.io/alejandrocolomar/www:0.47-rc8"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 0b0f10b..7b51935 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-rc7"
+ image: "docker.io/alejandrocolomar/www:0.47-rc8"
networks:
-
"alejandro-colomar"