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 to v14.15.0-debian-12-r1 #2597

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.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `postgresql.enabled` | if true, a PostgreSQL database will be deployed as part of the Helm release by using the dependency chart | `false` |
| `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` |
| `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.14.0-debian-12-r0` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r1` |
| `postgresql.auth` | configuration of the database authentication | |
| `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |
| `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,7 @@ postgresql:
## @param postgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.14.0-debian-12-r0
tag: 14.15.0-debian-12-r1
## @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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `postgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` |
| `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` |
| `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.14.0-debian-12-r0` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r1` |
| `postgresql.auth` | configuration of the database authentication | |
| `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |
| `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@ postgresql:
## @param postgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.14.0-debian-12-r0
tag: 14.15.0-debian-12-r1
## @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
Loading