Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export AWS_ES_BUCKET_REGION=""
# The Helm release name used for installing Camunda 8 in both Kubernetes clusters
export HELM_RELEASE_NAME=camunda
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^11(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
export HELM_CHART_VERSION=11.11.5
export HELM_CHART_VERSION=11.12.0
2 changes: 1 addition & 1 deletion generic/openshift/single-region/procedure/chart-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# The Camunda 8 Helm Chart version
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^11(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
export CAMUNDA_HELM_CHART_VERSION="11.11.5"
export CAMUNDA_HELM_CHART_VERSION="11.12.0"
Loading