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 @@ -77,7 +77,7 @@ env:
# Vars with "TEST_" prefix are used in the test runner tool (Task).
TESTS_ENABLED: ${{ github.event.inputs.enable_tests || 'true' }}
# renovate: datasource=github-tags depName=camunda/camunda-platform-helm
TESTS_CAMUNDA_HELM_CHART_REPO_REF: camunda-platform-8.7-12.7.6
TESTS_CAMUNDA_HELM_CHART_REPO_REF: camunda-platform-8.7-12.8.0
TESTS_CAMUNDA_HELM_CHART_REPO_PATH: ./.camunda_helm_repo # where to clone it

# Optional components that are not enabled by default in the doc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ env:
# Vars with "TEST_" prefix are used in the test runner tool (Task).
TESTS_ENABLED: ${{ github.event.inputs.enable_tests || 'true' }}
# renovate: datasource=github-tags depName=camunda/camunda-platform-helm
TESTS_CAMUNDA_HELM_CHART_REPO_REF: camunda-platform-8.7-12.7.6
TESTS_CAMUNDA_HELM_CHART_REPO_REF: camunda-platform-8.7-12.8.0
TESTS_CAMUNDA_HELM_CHART_REPO_PATH: ./.camunda_helm_repo # where to clone it

# Components that are not enabled by default in the doc, but enabled in our tests to have a better coverage
Expand Down
2 changes: 1 addition & 1 deletion generic/kubernetes/single-region/procedure/chart-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

export CAMUNDA_NAMESPACE="camunda"
export CAMUNDA_RELEASE_NAME="camunda"
2 changes: 1 addition & 1 deletion generic/openshift/dual-region/procedure/chart-env.sh
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 CAMUNDA_RELEASE_NAME=camunda
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^12(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
export HELM_CHART_VERSION=12.7.6
export HELM_CHART_VERSION=12.8.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,7 +2,7 @@

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

export CAMUNDA_NAMESPACE="camunda"
export CAMUNDA_RELEASE_NAME="camunda"
Loading