From 8f57c21c47b94751ea2beb9a58f665ac20b2f876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:58:43 +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 | 2 +- charts/camunda-platform-8.6/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/camunda-platform-8.6/Chart.yaml b/charts/camunda-platform-8.6/Chart.yaml index a332909f40..670b970104 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.0 + version: 21.4.1 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 c888dbf787..6b42065f99 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.36 + tag: 8.6.39 connectors: # https://hub.docker.com/r/camunda/connectors-bundle/tags diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index df1a1ab31f..94903cbc24 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.37 + tag: 8.6.39 ## @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: []