Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bitnami/postgresql docker tag #2596

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-r1` |
| `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-r1` |
| `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-r1

#
# 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-r1
## @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-r1
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-r1` |
| `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-r1` |
| `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-r1

#
# 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-r1
## @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-r1
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down
Loading
Loading