summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:11:34 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 01:11:34 +0200
commit9095776bc82f3f679abd9147b5b63879fbdc6b77 (patch)
tree6081d352f97796d03a3ce11791cfe42491cf5787
parentcbf718b8e5228a8e4115119f7077fccf060eb53c (diff)
Pre-release v0.47-rc7v0.47-rc7
-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 7c2d9a0..2e0e4a0 100644
--- a/.config
+++ b/.config
@@ -3,5 +3,5 @@ port stable 30001
project www
stable test
stack www-test
-version 0.47-rc6
+version 0.47-rc7
archs aarch64,x86_64
diff --git a/etc/docker/images/www b/etc/docker/images/www
index 21d8424..474faf9 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-rc6
+lbl 0.47-rc7
digest x86_64
digest aarch64
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 62a3ee4..48c4f8e 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-rc6"
+ image: "docker.io/alejandrocolomar/www:0.47-rc7"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index fbdb167..0b0f10b 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-rc6"
+ image: "docker.io/alejandrocolomar/www:0.47-rc7"
networks:
-
"alejandro-colomar"