Skip to content

Commit

Permalink
chore(deps): update bitnami/postgresql docker tag to v15.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 26d0b0f commit d0cac37
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags?page=&page_size=&ordering=&name=8.2
image:
repository: bitnami/postgresql
tag: 15.4.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.4.0
tag: 15.8.0

# Keycloak.enabled is used incorporate with "global.identity.keycloak" to use your own Keycloak instead of the one comes with Camunda Platform Helm chart.
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ identity:
##
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0
## @param identity.postgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -1657,7 +1657,7 @@ identity:
## @param identity.keycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identity.keycloak.postgresql.image.tag image tag
tag: 15.5.0
tag: 15.8.0
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ identity:
##
image:
repository: bitnami/postgresql
tag: 15.7.0
tag: 15.8.0
## @param identity.postgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -2007,7 +2007,7 @@ identity:
## @param identity.keycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identity.keycloak.postgresql.image.tag image tag
tag: 15.7.0
tag: 15.8.0
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down

0 comments on commit d0cac37

Please sign in to comment.