Skip to content

Commit

Permalink
chore(deps): update camunda-platform-8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 461b93f commit 8f11255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
version: 21.4.2
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.6/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.6.42
tag: 8.6.43

connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
Expand All @@ -31,7 +31,7 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags
image:
repository: camunda/optimize
tag: 8.6.3
tag: 8.6.4

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,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.6.42
tag: 8.6.43
## @param console.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 @@ -1763,7 +1763,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.3
tag: 8.6.4
## @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

0 comments on commit 8f11255

Please sign in to comment.