Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.7/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console:
# https://hub.docker.com/r/camunda/console/tags
image:
repository: camunda/console
tag: 8.7.59
tag: 8.7.60

connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ console:
## @param console.image.repository defines which image repository to use
repository: camunda/console
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
tag: 8.7.59
tag: 8.7.60
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
digest: ""
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
Expand Down
Loading