diff --git a/charts/camunda-platform-8.4/values-latest.yaml b/charts/camunda-platform-8.4/values-latest.yaml index 49a4052be3..c606f0bba9 100644 --- a/charts/camunda-platform-8.4/values-latest.yaml +++ b/charts/camunda-platform-8.4/values-latest.yaml @@ -42,7 +42,7 @@ webModeler: # registry.camunda.cloud/web-modeler-ee image: # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi - tag: 8.4.9 + tag: 8.4.10 zeebe: # https://hub.docker.com/r/camunda/zeebe/tags?page=&page_size=&ordering=&name=8.4 diff --git a/charts/camunda-platform-8.4/values.yaml b/charts/camunda-platform-8.4/values.yaml index 5d250e3b3a..a2e30634ba 100644 --- a/charts/camunda-platform-8.4/values.yaml +++ b/charts/camunda-platform-8.4/values.yaml @@ -553,7 +553,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.4.11 + tag: 8.4.12 ## @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: [] @@ -825,7 +825,7 @@ zeebe-gateway: ## @param zeebe-gateway.image.repository defines which image repository to use repository: camunda/zeebe ## @param zeebe-gateway.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.4.11 + tag: 8.4.12 ## @param zeebe-gateway.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -2300,7 +2300,7 @@ webModeler: registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi - tag: 8.4.9 + tag: 8.4.10 ## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod # Note: A secret will be required, if the Web Modeler images are pulled directly from Camunda's private registry. #