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 16, 2024
1 parent 9bf5e1f commit 76d31da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.9.0-debian-12-r0

#
# 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.16.0
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.9.0-debian-12-r0
## @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.9.0-debian-12-r0
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.14.0-debian-12-r0
## @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.16.0
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 76d31da

Please sign in to comment.