From 56df80cf249168b5ff2056e3bde7a13f1a6c65b2 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sat, 28 Oct 2023 17:34:23 +0000 Subject: [PATCH] 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 --- hswaw/site/BUILD.bazel | 2 +- hswaw/site/prod.jsonnet | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hswaw/site/BUILD.bazel b/hswaw/site/BUILD.bazel index aa75ee7d..0b328def 100644 --- a/hswaw/site/BUILD.bazel +++ b/hswaw/site/BUILD.bazel @@ -43,5 +43,5 @@ container_push( 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 4d299a2b..be5be7e3 100644 --- a/hswaw/site/prod.jsonnet +++ b/hswaw/site/prod.jsonnet @@ -10,7 +10,7 @@ local kube = import "../../kube/kube.libsonnet"; 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 @@ local kube = import "../../kube/kube.libsonnet"; image: cfg.image, command: [ "/hswaw/site/site", - "-hspki_disable", "-logtostderr", ], resources: {