Skip to content

Commit

Permalink
chore(deps): update camunda-platform-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 421d84f commit 1a2752a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/camunda-platform-latest/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/camunda-platform-latest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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.
#
Expand Down

0 comments on commit 1a2752a

Please sign in to comment.