Skip to content

Commit b1db281

Browse files
authored
chore: dual-reg adjustments for the docs update (#1785)
Signed-off-by: Lars Lange <9141483+Langleu@users.noreply.github.com>
1 parent f8e0866 commit b1db281

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

aws/kubernetes/eks-dual-region/procedure/export_environment_prerequisites.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export CAMUNDA_NAMESPACE_1=camunda-paris
2525
# The Helm release name used for installing Camunda 8 in both Kubernetes clusters
2626
export CAMUNDA_RELEASE_NAME=camunda
2727

28-
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
29-
export HELM_CHART_VERSION=13.4.2
28+
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^14(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
29+
export HELM_CHART_VERSION="0.0.0-snapshot-alpha"
30+
export HELM_CHART_REF="oci://ghcr.io/camunda/helm/camunda-platform"
31+
#export HELM_CHART_VERSION=14.0.0
32+
#export HELM_CHART_REF="camunda/camunda-platform"
3033
# TODO: [release-duty] before the release, update this!
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
# Download a copy of the reference architecture
4+
BRANCH="main" # TODO: [release-duty] before the release, update this!
5+
6+
git clone --depth 1 --branch "$BRANCH" https://github.com/camunda/camunda-deployment-references.git
7+
8+
# Navigate to the desired directory
9+
cd "camunda-deployment-references/aws/kubernetes/eks-dual-region" || exit 1
10+
echo "You are now in the reference architecture directory $(pwd)."

0 commit comments

Comments
 (0)