1
0
Fork 0

hswaw/site: deploy

Change-Id: I3c8aff05f339f3154cb80831099482f0d97a360e
master
q3k 2021-09-04 21:32:30 +02:00
parent 62e50da881
commit 0f11b3c850
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:1630354516-e2bbf5901bcc2c3c260455017fafa1728568d1c2",
image: "registry.k0.hswaw.net/q3k/hswaw-site:1630780895-62e50da881f666719aa8b5c632f2a5b33695a058",
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 = "1630354516-{STABLE_GIT_COMMIT}",
tag = "1630780895-{STABLE_GIT_COMMIT}",
)