mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(provisioning): Update OX-Connector image
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user