diff --git a/charts/camunda-platform-latest/values-latest.yaml b/charts/camunda-platform-latest/values-latest.yaml index 3c9b559d34..3d7fc2e2fc 100644 --- a/charts/camunda-platform-latest/values-latest.yaml +++ b/charts/camunda-platform-latest/values-latest.yaml @@ -35,7 +35,7 @@ optimize: # https://hub.docker.com/r/camunda/optimize/tags image: repository: camunda/optimize - tag: 8.5.5 + tag: 8.5.6 tasklist: # https://hub.docker.com/r/camunda/tasklist/tags @@ -47,7 +47,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.5.8 + tag: 8.5.9 zeebe: # https://hub.docker.com/r/camunda/zeebe/tags diff --git a/charts/camunda-platform-latest/values.yaml b/charts/camunda-platform-latest/values.yaml index cc639161eb..9c973a531c 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.7 + tag: 8.5.8 ## @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.7 + tag: 8.5.8 ## @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: [] @@ -1503,7 +1503,7 @@ tasklist: ## @param tasklist.image.repository defines which image repository to use repository: camunda/tasklist ## @param tasklist.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.5.7 + tag: 8.5.8 ## @param tasklist.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -1741,7 +1741,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.5.5 + tag: 8.5.6 ## @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: [] @@ -2511,7 +2511,7 @@ webModeler: registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi - tag: 8.5.8 + tag: 8.5.9 ## @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 WebModeler images are pulled directly from Camunda's private registry. #