Skip to content

Commit

Permalink
chore(deps): update camunda-platform-8.5 (patch) (#2631)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 1c93674 commit 3666d71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions charts/camunda-platform-8.5/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
identity:
image:
repository: camunda/identity
tag: 8.5.9
tag: 8.5.10

console:
# Camunda Enterprise repository.
Expand All @@ -24,7 +24,7 @@ connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
image:
repository: camunda/connectors-bundle
tag: 8.5.10
tag: 8.5.11

operate:
# https://hub.docker.com/r/camunda/operate/tags
Expand All @@ -35,7 +35,7 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags
image:
repository: camunda/optimize
tag: 8.5.8
tag: 8.5.9

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.11
tag: 8.5.12

zeebe:
# https://hub.docker.com/r/camunda/zeebe/tags
Expand Down
18 changes: 9 additions & 9 deletions charts/camunda-platform-8.5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ global:
## @skip global.identity.image.repository defines which image repository to use
repository: camunda/identity
## @skip global.identity.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.5.9
tag: 8.5.10
## @skip global.identity.image.pullPolicy defines the image pull policy which should be used https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
pullPolicy: IfNotPresent
service:
Expand Down 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.9
tag: 8.5.10
## @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.9
tag: 8.5.10
## @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 @@ -1243,7 +1243,7 @@ operate:
## @param operate.image.repository defines which image repository to use
repository: camunda/operate
## @param operate.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.5.8
tag: 8.5.9
## @param operate.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.9
tag: 8.5.10
## @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.8
tag: 8.5.9
## @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 @@ -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.9
tag: 8.5.10
## @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: []

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.11
tag: 8.5.12
## @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 Expand Up @@ -3232,7 +3232,7 @@ connectors:
## @param connectors.image.repository defines which image repository to use
repository: camunda/connectors-bundle
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.5.10
tag: 8.5.11
## @param connectors.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

0 comments on commit 3666d71

Please sign in to comment.