summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-18 19:30:23 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-18 19:30:23 +0100
commitb5fbdc235f64fdcec261ffe29c64279b1a6f8314 (patch)
tree908baaf35f2353fad172826ff0285861c93023ed
parent16a98584fce9a575470deee5799750993b56fe9d (diff)
Release v0.46v0.46
-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 36cab4e..74517e5 100644
--- a/.config
+++ b/.config
@@ -3,4 +3,4 @@ port stable 30001
project www
stable stable
stack www-stable
-version 0.45
+version 0.46
diff --git a/etc/docker/images/www b/etc/docker/images/www
index dd202c7..bacfb4d 100644
--- a/etc/docker/images/www
+++ b/etc/docker/images/www
@@ -1,6 +1,6 @@
reg docker.io
user alejandrocolomar
repo www
-lbl 0.45
+lbl 0.46
digest x86_64 <digest>
digest aarch64 <digest>
diff --git a/etc/kubernetes/manifests/030_deploy.yaml b/etc/kubernetes/manifests/030_deploy.yaml
index 3410894..6c3283e 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.45"
+ image: "docker.io/alejandrocolomar/www:0.46"
livenessProbe:
httpGet:
path: /
diff --git a/etc/swarm/manifests/compose.yaml b/etc/swarm/manifests/compose.yaml
index 639c097..c39473b 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.45"
+ image: "docker.io/alejandrocolomar/www:0.46"
networks:
-
"alejandro-colomar"