From 22b038d3e2da9d5464622eaadb47ddeeb74cc9d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:52:51 +0000 Subject: [PATCH] chore(deps): update camunda/identity docker tag to v8.6.0 --- charts/camunda-platform-latest/values-latest.yaml | 2 +- charts/camunda-platform-latest/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/camunda-platform-latest/values-latest.yaml b/charts/camunda-platform-latest/values-latest.yaml index 3d7fc2e2fc..cd24f84d50 100644 --- a/charts/camunda-platform-latest/values-latest.yaml +++ b/charts/camunda-platform-latest/values-latest.yaml @@ -11,7 +11,7 @@ global: identity: image: repository: camunda/identity - tag: 8.5.6 + tag: 8.6.0 console: # Camunda Enterprise repository. diff --git a/charts/camunda-platform-latest/values.yaml b/charts/camunda-platform-latest/values.yaml index 9c973a531c..44c8a4762f 100644 --- a/charts/camunda-platform-latest/values.yaml +++ b/charts/camunda-platform-latest/values.yaml @@ -2022,7 +2022,7 @@ identity: ## @param identity.image.repository defines which image repository to use repository: camunda/identity ## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.5.6 + tag: 8.6.0 ## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: []