hswaw/site: deploy
Remove spurious hspki_disable, now that mirko is ripped out.
Change-Id: I277869e58804cc79bee84334a7abc93c3593c82e
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1748
Reviewed-by: radex <radex@hackerspace.pl>
diff --git a/hswaw/site/BUILD.bazel b/hswaw/site/BUILD.bazel
index aa75ee7..0b328de 100644
--- a/hswaw/site/BUILD.bazel
+++ b/hswaw/site/BUILD.bazel
@@ -43,5 +43,5 @@
image = ":latest",
registry = "registry.k0.hswaw.net",
repository = "q3k/hswaw-site",
- tag = "1695421189-{STABLE_GIT_COMMIT}",
+ tag = "1698514351-{STABLE_GIT_COMMIT}",
)
diff --git a/hswaw/site/prod.jsonnet b/hswaw/site/prod.jsonnet
index 4d299a2..be5be7e 100644
--- a/hswaw/site/prod.jsonnet
+++ b/hswaw/site/prod.jsonnet
@@ -10,7 +10,7 @@
domains: [
'new.hackerspace.pl',
],
- image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:ba8b5ca2aab81edd7a1f5bcc1e75253d7573e199463e7e56aaf18ad4380d681b',
+ image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:02414c9e7e0751abe7a8ad3ef1b1ccc35f1f89edf67a6f0b396b7a1d0c178f2b',
},
ns: kube.Namespace(cfg.namespace),
@@ -25,7 +25,6 @@
image: cfg.image,
command: [
"/hswaw/site/site",
- "-hspki_disable",
"-logtostderr",
],
resources: {