summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-10 02:02:40 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-10 02:02:40 +0200
commitc4e0091da89dffd7ab4ed7a5f64f973ef7e6e6a6 (patch)
tree4494ccead167e742592993711c05720dc834e069
parente8bdb47e31fc9c2e7e08279ed5f8247feef1f05e (diff)
Pre-release v0.48-rc5v0.48-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 5505bfb..ae2e64b 100644
--- a/.config
+++ b/.config
@@ -3,5 +3,5 @@ port stable 30001
project www
stable test
stack www-test
-version 0.48-rc2
+version 0.48-rc5
archs aarch64,x86_64
diff --git a/etc/docker/images/www b/etc/docker/images/www
index 33aed09..7a58285 100644
--- a/etc/docker/images/www
+++ b/etc/docker/images/www
@@ -1,6 +1,6 @@
reg docker.io
user alejandrocolomar
repo www
-lbl 0.48-rc2
+lbl 0.48-rc5
digest x86_64
digest aarch64
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 228721f..53b88ca 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.48-rc2"
+ image: "docker.io/alejandrocolomar/www:0.48-rc5"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 33e30c3..38b6b37 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.48-rc2"
+ image: "docker.io/alejandrocolomar/www:0.48-rc5"
networks:
-
"alejandro-colomar"