From 6d6db9969e6a59c4ff927ec32ad2ece8dc974857 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 4 Dec 2024 08:10:54 +0100 Subject: [PATCH] fix path --- 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 567eee2..18e462b 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -1,4 +1,4 @@ -{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }} +{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }} domain: wir-social-staging.ocelot-social.it4c.org namespace: wir-social-ocelot