Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha (minor) (#2204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 642411a commit 878c9e4
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-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,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 @@ -2294,7 +2294,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 @@ -3084,7 +3084,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 878c9e4

Please sign in to comment.