From 282afc6b569c71a1d404f13be4d98327ed49e72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 5 Nov 2024 13:14:36 +0100 Subject: [PATCH] update build image, add webapp env --- .env | 2 +- helmfile/values/ocelot.yaml.gotmpl | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 9e9af18..2511428 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -OCELOT_VERSION=sha-d120d82 +OCELOT_VERSION=sha-7725002 diff --git a/helmfile/values/ocelot.yaml.gotmpl b/helmfile/values/ocelot.yaml.gotmpl index 98ccdeb..563dece 100644 --- a/helmfile/values/ocelot.yaml.gotmpl +++ b/helmfile/values/ocelot.yaml.gotmpl @@ -16,14 +16,17 @@ backend: storage: "10Gi" env: NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687" - PRODUCTION_DB_CLEAN_ALLOW: "true" PUBLIC_REGISTRATION: "true" INVITE_REGISTRATION: "true" - CATEGORIES_ACTIVE: + CATEGORIES_ACTIVE: "true" webapp: image: repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp + env: + PUBLIC_REGISTRATION: "true" + INVITE_REGISTRATION: "true" + CATEGORIES_ACTIVE: "true" maintenance: image: