hswaw: deploy 1405

Change-Id: If765bdc35d662d644701d2b81a3817ac56ccecb9
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1406
Reviewed-by: informatic <informatic@hackerspace.pl>
This commit is contained in:
q3k 2022-11-06 17:11:20 +00:00 committed by q3k
parent 15b5bc1783
commit 08c32996e5
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ local kube = import "../../kube/kube.libsonnet";
{
cfg:: {
image: "registry.k0.hswaw.net/q3k/hswaw-site:1661880399-4d8dc0f4358294c225f002be6147587c3bea8358",
image: "registry.k0.hswaw.net/q3k/hswaw-site:1667754404-14149c74bfcd56cbceb49c6667143b14828b32a6",
webFQDN: error "webFQDN must be set",
},

View file

@ -42,5 +42,5 @@ container_push(
format = "Docker",
registry = "registry.k0.hswaw.net",
repository = "q3k/hswaw-site",
tag = "1661880399-{STABLE_GIT_COMMIT}",
tag = "1667754404-{STABLE_GIT_COMMIT}",
)