diff --git a/charts/camunda-platform-alpha/values-latest.yaml b/charts/camunda-platform-alpha/values-latest.yaml index 82bca817ff..2f6cb5ba1d 100644 --- a/charts/camunda-platform-alpha/values-latest.yaml +++ b/charts/camunda-platform-alpha/values-latest.yaml @@ -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 diff --git a/charts/camunda-platform-alpha/values.yaml b/charts/camunda-platform-alpha/values.yaml index d11e80ce75..5b7e23a6e9 100644 --- a/charts/camunda-platform-alpha/values.yaml +++ b/charts/camunda-platform-alpha/values.yaml @@ -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 @@ -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 @@ -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