From 173fc75b0dcf1e16675244a7a52410a5eb41fda6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 4 Dec 2024 07:58:56 +0100 Subject: [PATCH] update staging url --- helmfile/environments/default.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index ce89bc8..b9d9458 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -1,7 +1,7 @@ {{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }} {{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }} -domain: wir-social.ocelot-social.it4c.org +domain: wir-social-staging.ocelot-social.it4c.org namespace: wir-social-ocelot image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} github_repository: wir-social/wir.social