Skip to content

Commit

Permalink
chore(deps): update camunda-platform-8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 653b31d commit 817c5a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions charts/camunda-platform-8.3/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@ connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/connectors-bundle
tag: 8.3.20
tag: 8.3.21

operate:
# https://hub.docker.com/r/camunda/operate/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/operate
tag: 8.3.13
tag: 8.3.18

optimize:
# https://hub.docker.com/r/camunda/optimize/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/optimize
tag: 8.3.17
tag: 8.3.18

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/tasklist
tag: 8.3.12
tag: 8.3.20

webModeler:
# Camunda Enterprise repository.
# 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.3.14
tag: 8.3.15

zeebe:
# https://hub.docker.com/r/camunda/zeebe/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/zeebe
tag: 8.3.13
tag: 8.3.19

zeebe-gateway:
# https://hub.docker.com/r/camunda/zeebe/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/zeebe
tag: 8.3.13
tag: 8.3.19

#
# Identity
Expand All @@ -59,7 +59,7 @@ identity:
# https://hub.docker.com/r/camunda/identity/tags?page=&page_size=&ordering=&name=8.3
image:
repository: camunda/identity
tag: 8.3.17
tag: 8.3.18
keycloak:
# https://hub.docker.com/r/bitnami/keycloak/tags
image:
Expand Down
14 changes: 7 additions & 7 deletions charts/camunda-platform-8.3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,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.3.18
tag: 8.3.19
## @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 @@ -532,7 +532,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.3.18
tag: 8.3.19
## @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: []

Expand Down Expand Up @@ -990,7 +990,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.3.19
tag: 8.3.20
## @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 @@ -1203,7 +1203,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.3.17
tag: 8.3.18
## @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 @@ -1436,7 +1436,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.3.17
tag: 8.3.18
## @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 @@ -1973,7 +1973,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.3.14
tag: 8.3.15
## @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.
#
Expand Down Expand Up @@ -2608,7 +2608,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.3.20
tag: 8.3.21
## @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 817c5a6

Please sign in to comment.