Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 3080e08 commit 33f8745
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.22
version: 21.3.24
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ identityKeycloak:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r23
tag: 15.8.0-debian-12-r26

#
# Elasticsearch
Expand All @@ -84,4 +84,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.15.3
tag: 8.15.4
8 changes: 4 additions & 4 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@ identityPostgresql:
##
image:
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r23
tag: 15.8.0-debian-12-r26
## @param identityPostgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -2614,7 +2614,7 @@ identityKeycloak:
## @param identityKeycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identityKeycloak.postgresql.image.tag image tag
tag: 15.8.0-debian-12-r23
tag: 15.8.0-debian-12-r26
auth:
## @param identityKeycloak.postgresql.auth.existingSecret defines the existing secret resource containing the database credentials
existingSecret:
Expand Down Expand Up @@ -3401,7 +3401,7 @@ postgresql:
## @param postgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.13.0-debian-12-r22
tag: 14.13.0-debian-12-r26
## @extra postgresql.auth configuration of the database authentication
auth:
## @param postgresql.auth.username defines the name of the database user to be created for WebModeler
Expand Down Expand Up @@ -3720,7 +3720,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.15.3
tag: 8.15.4
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 33f8745

Please sign in to comment.