From 8f11255a17c002c9dea1a3c62403e84ff0d2ac98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:18:02 +0000 Subject: [PATCH] chore(deps): update camunda-platform-8.6 --- charts/camunda-platform-8.6/Chart.yaml | 2 +- charts/camunda-platform-8.6/values-latest.yaml | 4 ++-- charts/camunda-platform-8.6/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/camunda-platform-8.6/Chart.yaml b/charts/camunda-platform-8.6/Chart.yaml index 670b970104..522ea1d121 100644 --- a/charts/camunda-platform-8.6/Chart.yaml +++ b/charts/camunda-platform-8.6/Chart.yaml @@ -38,7 +38,7 @@ dependencies: # Shared Dependencies. - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts - version: 21.4.1 + version: 21.4.2 condition: "elasticsearch.enabled" # Helpers. - name: common diff --git a/charts/camunda-platform-8.6/values-latest.yaml b/charts/camunda-platform-8.6/values-latest.yaml index 99a7c770b7..abe0203039 100644 --- a/charts/camunda-platform-8.6/values-latest.yaml +++ b/charts/camunda-platform-8.6/values-latest.yaml @@ -13,7 +13,7 @@ console: # https://hub.docker.com/r/camunda/console/tags image: repository: camunda/console - tag: 8.6.42 + tag: 8.6.43 connectors: # https://hub.docker.com/r/camunda/connectors-bundle/tags @@ -31,7 +31,7 @@ optimize: # https://hub.docker.com/r/camunda/optimize/tags image: repository: camunda/optimize - tag: 8.6.3 + tag: 8.6.4 tasklist: # https://hub.docker.com/r/camunda/tasklist/tags diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index 280a4a0d10..2e41a35ea3 100644 --- a/charts/camunda-platform-8.6/values.yaml +++ b/charts/camunda-platform-8.6/values.yaml @@ -406,7 +406,7 @@ console: ## @param console.image.repository defines which image repository to use repository: camunda/console ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) - tag: 8.6.42 + tag: 8.6.43 ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -1763,7 +1763,7 @@ optimize: ## @param optimize.image.repository defines which image repository to use repository: camunda/optimize ## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.6.3 + tag: 8.6.4 ## @param optimize.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: []