diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff3ad35e..7f9f403c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,6 @@ stages: - "env" - "basic-services-deploy" - "component-deploy" - - "component-bootstrap" - - "ucs-post-bootstrap" - - "run-tests" - "env-stop" variables: @@ -19,9 +16,11 @@ variables: description: "Define which cluster to use - don't select prototype when you are not explicitly knowing what you are doing!" value: "develop" options: + - "dev" + - "qa" + - "ref" - "develop" - "hubble" - - "dataport-dev" - "prototype" TLD: description: "Define the Cluster Domain (TLD)." @@ -146,7 +145,7 @@ variables: export HELMFILE_ENVIRONMENT=uv-develop elif [ "${CLUSTER}" = "hubble" ]; then export HELMFILE_ENVIRONMENT=default - elif [ "${CLUSTER}" = "dataport-dev" ]; then + elif [ "${CLUSTER}" = "dev" ]; then export HELMFILE_ENVIRONMENT=ionos else echo "Unsupported cluster chosen: ${CLUSTER}" diff --git a/helmfile/environments/default/images.gotmpl b/helmfile/environments/default/images.gotmpl index 74dafacf..a63e93c5 100644 --- a/helmfile/environments/default/images.gotmpl +++ b/helmfile/environments/default/images.gotmpl @@ -67,7 +67,7 @@ images: tag: "dev" oxConnector: repository: "souvap/tooling/images/ox-connector/ox-connector-standalone" - tag: "tilt-56c67cc45d91a3a6" + tag: "tilt-6906a833d8f2ff50" postfix: repository: "souvap/tooling/images/postfix" tag: "1.0.0"