update image name for staging
This commit is contained in:
parent
173fc75b0d
commit
83cfc8f5b0
@ -1,7 +1,6 @@
|
|||||||
{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }}
|
||||||
{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }}
|
|
||||||
|
|
||||||
domain: wir-social-staging.ocelot-social.it4c.org
|
domain: wir-social-staging.ocelot-social.it4c.org
|
||||||
namespace: wir-social-ocelot
|
namespace: wir-social-ocelot
|
||||||
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
image_tag: {{ $image_tag }}
|
||||||
github_repository: wir-social/wir.social
|
github_repository: wir-social/wir.social
|
||||||
|
|||||||
7
helmfile/environments/production.yaml.gotmpl.old
Normal file
7
helmfile/environments/production.yaml.gotmpl.old
Normal file
@ -0,0 +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-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
|
||||||
Loading…
x
Reference in New Issue
Block a user