Skip to content

Commit

Permalink
chore(deps): update bitnami/postgresql docker tag (#2596)
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 Dec 5, 2024
1 parent 68a5e5b commit d68fa8e
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 32 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.9.0
tag: 15.10.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.9.0
tag: 15.10.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
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.ingress.tls.secretName` | defines the secret name which contains the TLS private key and certificate | `camunda-platform-identity` |
| `identity.postgresql.enabled` | Enable PostgreSQL Helm chart. Required for Multi-Tenancy. | `false` |
| `identity.postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.9.0-debian-12-r0` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.10.0-debian-12-r2` |
| `identity.postgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` |
| `identity.postgresql.auth.username` | Non-root username | `identity` |
| `identity.postgresql.auth.database` | The database name | `identity` |
Expand All @@ -1056,7 +1056,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.keycloak` | configuration, for the keycloak dependency chart which is used by identity. | |
| `identity.keycloak.postgresql` | configuration. | |
| `identity.keycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.9.0-debian-12-r0` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.10.0-debian-12-r2` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.enabled` | | `true` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.privileged` | | `false` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.readOnlyRootFilesystem` | | `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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2

#
# 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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2
## @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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.ingress.tls.secretName` | defines the secret name which contains the TLS private key and certificate | `camunda-platform-identity` |
| `identity.postgresql.enabled` | Enable PostgreSQL Helm chart. Required for Multi-Tenancy. | `false` |
| `identity.postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.9.0-debian-12-r0` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.10.0-debian-12-r2` |
| `identity.postgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` |
| `identity.postgresql.auth.username` | Non-root username | `identity` |
| `identity.postgresql.auth.database` | The database name | `identity` |
Expand All @@ -1174,7 +1174,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.keycloak` | configuration, for the keycloak dependency chart which is used by identity. | |
| `identity.keycloak.postgresql` | configuration. | |
| `identity.keycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.9.0-debian-12-r0` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.10.0-debian-12-r2` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.enabled` | | `true` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.privileged` | | `false` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.readOnlyRootFilesystem` | | `true` |
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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2

#
# 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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2
## @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.9.0-debian-12-r0
tag: 15.10.0-debian-12-r2
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down
Loading

0 comments on commit d68fa8e

Please sign in to comment.