fix(provisioning): Update OX-Connector image

This commit is contained in:
Thorsten Rossner
2023-07-21 15:13:45 +00:00
parent e7d68ea78e
commit 3cc7ba9115
2 changed files with 5 additions and 6 deletions

View File

@@ -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}"

View File

@@ -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"