Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha to v8.6.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and aabouzaid committed Sep 7, 2024
1 parent 3ab3ec6 commit e35e888
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions charts/camunda-platform-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
image:
repository: camunda/connectors-bundle
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

operate:
# https://hub.docker.com/r/camunda/operate/tags
Expand All @@ -30,13 +30,13 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags
image:
repository: camunda/optimize
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags
image:
repository: camunda/tasklist
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

webModeler:
# https://hub.docker.com/r/camunda/web-modeler-restapi
Expand All @@ -48,13 +48,13 @@ zeebe:
# https://hub.docker.com/r/camunda/zeebe/tags
image:
repository: camunda/zeebe
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

zeebeGateway:
# https://hub.docker.com/r/camunda/zeebe/tags
image:
repository: camunda/zeebe
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

#
# Identity
Expand All @@ -64,7 +64,7 @@ identity:
# https://hub.docker.com/r/camunda/identity/tags
image:
repository: camunda/identity
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5

identityKeycloak:
# https://hub.docker.com/r/bitnami/keycloak/tags
Expand Down
14 changes: 7 additions & 7 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -933,7 +933,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -1245,7 +1245,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -1511,7 +1511,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -1755,7 +1755,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -2270,7 +2270,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 @@ -3444,7 +3444,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.6.0-alpha4
tag: 8.6.0-alpha5
## @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 e35e888

Please sign in to comment.