Skip to content

Commit f22c6d8

Browse files
chore(deps): update helm release camunda-platform to v13.5.1
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | helm | camunda-platform | 13.4.2 | 13.5.1 |
1 parent 0763cdd commit f22c6d8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

generic/kubernetes/operator-based/0-set-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1414
export CAMUNDA_RELEASE_NAME="camunda"

generic/kubernetes/single-region/procedure/chart-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
export CAMUNDA_NAMESPACE="camunda"
88
export CAMUNDA_RELEASE_NAME="camunda"

generic/openshift/dual-region/procedure/chart-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ export AWS_ES_BUCKET_REGION=""
3131
export 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"

generic/openshift/single-region/procedure/chart-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
export CAMUNDA_NAMESPACE="camunda"
88
export CAMUNDA_RELEASE_NAME="camunda"

local/kubernetes/kind-single-region/procedure/camunda-deploy-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -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/

local/kubernetes/kind-single-region/procedure/camunda-deploy-no-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
echo "Installing Camunda Platform (no-domain mode)..."
1111

0 commit comments

Comments
 (0)