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 Oct 20, 2024
1 parent 97b781c commit 4bb0c06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.21
version: 21.3.22
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.15.2
tag: 8.15.3
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.7
tag: 8.6.9
## @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 @@ -3686,7 +3686,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.15.2
tag: 8.15.3
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 4bb0c06

Please sign in to comment.