From fb6551d42b04c9a785bdbda735e0cd2b4e1def51 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 11 Dec 2024 03:31:32 +0100 Subject: [PATCH] fixed typo --- helmfile/environments/production.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/production.yaml.gotmpl b/helmfile/environments/production.yaml.gotmpl index 5f65903..851afbe 100644 --- a/helmfile/environments/production.yaml.gotmpl +++ b/helmfile/environments/production.yaml.gotmpl @@ -8,4 +8,4 @@ redirect_domains: | # i don't understand it, but its the way to get it to work: namespace: wir-social-ocelot-production #image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} image_tag: {{ $image_tag }} -github_repository: github_repository/wir.social +github_repository: IT4Change/wir.social