File tree Expand file tree Collapse file tree
aws/kubernetes/eks-dual-region/procedure Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2626export 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!
Original file line number Diff line number Diff line change 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) ."
You can’t perform that action at this time.
0 commit comments