From 9e91f39651c393d7b53ae25374a4c38ffbd23cc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:04:53 +0000 Subject: [PATCH] chore(deps): update camunda/zeebe docker tag to v8.6.0 --- charts/camunda-platform-latest/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/camunda-platform-latest/values.yaml b/charts/camunda-platform-latest/values.yaml index 9c973a531c..c5dd4f444a 100644 --- a/charts/camunda-platform-latest/values.yaml +++ b/charts/camunda-platform-latest/values.yaml @@ -638,7 +638,7 @@ zeebe: ## @param zeebe.image.repository defines which image repository to use repository: camunda/zeebe ## @param zeebe.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.5.8 + tag: 8.6.0 ## @param zeebe.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -931,7 +931,7 @@ zeebeGateway: ## @param zeebeGateway.image.repository defines which image repository to use repository: camunda/zeebe ## @param zeebeGateway.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.5.8 + tag: 8.6.0 ## @param zeebeGateway.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: []