forked from hswaw/hscloud
hswaw/site: update deployment
Change-Id: If9a652956743e69cdb822b8686729b389b269e34 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1539 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
2861c69298
commit
844b9b4353
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
|
||||
{
|
||||
cfg:: {
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1667754404-14149c74bfcd56cbceb49c6667143b14828b32a6",
|
||||
image: "registry.k0.hswaw.net/ar/hswaw-site:1690197486-2861c692984cf87828230347e46191ee0ccf486f",
|
||||
webFQDN: error "webFQDN must be set",
|
||||
},
|
||||
|
||||
|
|
|
@ -41,6 +41,6 @@ container_push(
|
|||
image = ":latest",
|
||||
format = "Docker",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1667754404-{STABLE_GIT_COMMIT}",
|
||||
repository = "ar/hswaw-site",
|
||||
tag = "1690197486-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue