diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index 7771ba4..3ea89b6 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -1,6 +1,6 @@ {{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }} -domain: staging.reformer-network.ocelot-social.it4c.org +domain: staging-reformer-network.ocelot-social.it4c.org namespace: reformer-network-staging image_tag: {{ $image_tag }} github_repository: it4change/reformer.network diff --git a/helmfile/environments/production.yaml.gotmpl b/helmfile/environments/production.yaml.gotmpl index 13a53a4..1166f17 100644 --- a/helmfile/environments/production.yaml.gotmpl +++ b/helmfile/environments/production.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: reformer-network.ocelot-social.roschaefer.de +domain: reformer-network.ocelot-social.it4c.org namespace: reformer-network-production image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} github_repository: it4change/reformer.network