File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
local/kubernetes/kind-single-region/procedure Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export CAMUNDA_DOMAIN="${CAMUNDA_DOMAIN:-localhost}"
1010
1111# The Camunda 8 Helm Chart version
1212# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
13- export CAMUNDA_HELM_CHART_VERSION=" 13.4.2 "
13+ export CAMUNDA_HELM_CHART_VERSION=" 13.5.1 "
1414export CAMUNDA_RELEASE_NAME=" camunda"
Original file line number Diff line number Diff line change 22
33# The Camunda 8 Helm Chart version
44# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
5- export CAMUNDA_HELM_CHART_VERSION=" 13.4.2 "
5+ export CAMUNDA_HELM_CHART_VERSION=" 13.5.1 "
66
77export CAMUNDA_NAMESPACE=" camunda"
88export CAMUNDA_RELEASE_NAME=" camunda"
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ export AWS_ES_BUCKET_REGION=""
3131export CAMUNDA_RELEASE_NAME=camunda
3232
3333# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
34- export HELM_CHART_VERSION=" 13.4.2 "
34+ export HELM_CHART_VERSION=" 13.5.1 "
Original file line number Diff line number Diff line change 22
33# The Camunda 8 Helm Chart version
44# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
5- export CAMUNDA_HELM_CHART_VERSION=" 13.4.2 "
5+ export CAMUNDA_HELM_CHART_VERSION=" 13.5.1 "
66
77export CAMUNDA_NAMESPACE=" camunda"
88export CAMUNDA_RELEASE_NAME=" camunda"
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
5- export CAMUNDA_HELM_CHART_VERSION=" 13.4.2 "
5+ export CAMUNDA_HELM_CHART_VERSION=" 13.5.1 "
66
77# Deploy Camunda Platform (domain mode with TLS)
88# Run from: local/kubernetes/kind-single-region/
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
55# Run from: local/kubernetes/kind-single-region/
66
77# renovate: datasource=helm depName=camunda-platform versioning=regex:^13(\.(?<minor>\d+))?(\.(?<patch>\d+))?$ registryUrl=https://helm.camunda.io
8- export CAMUNDA_HELM_CHART_VERSION=" 13.4.2 "
8+ export CAMUNDA_HELM_CHART_VERSION=" 13.5.1 "
99
1010echo " Installing Camunda Platform (no-domain mode)..."
1111
You can’t perform that action at this time.
0 commit comments