Skip to content

Commit

Permalink
chore(deps): update camunda-platform-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 9095e0d commit 780344f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-latest/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ identityKeycloak:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.7.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions charts/camunda-platform-latest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ identityPostgresql:
##
image:
repository: bitnami/postgresql
tag: 15.7.0
tag: 15.8.0
## @param identityPostgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -2272,7 +2272,7 @@ identityKeycloak:
## @param identityKeycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identityKeycloak.postgresql.image.tag image tag
tag: 15.7.0
tag: 15.8.0
primary:
## @param identityKeycloak.postgresql.primary.containerSecurityContext.enabled
## @param identityKeycloak.postgresql.primary.containerSecurityContext.privileged
Expand Down Expand Up @@ -3083,7 +3083,7 @@ postgresql:
## @param postgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.12.0
tag: 14.13.0
## @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

0 comments on commit 780344f

Please sign in to comment.