Skip to content

Commit 7c2c481

Browse files
deps: upgrade modeler postgresql to 15 (#4089)
Signed-off-by: Jesse Simpson <[email protected]> Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
1 parent 4ecba59 commit 7c2c481

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
11651165
| `webModelerPostgresql.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" }}` |
11661166
| `webModelerPostgresql.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` |
11671167
| `webModelerPostgresql.image.repository` | PostgreSQL repo | `bitnamilegacy/postgresql` |
1168-
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `14.18.0-debian-12-r0` |
1168+
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `15.10.0-debian-12-r2` |
11691169
| `webModelerPostgresql.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
11701170
| `postgresql.auth` | configuration of the database authentication | |
11711171
| `webModelerPostgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |

charts/camunda-platform-8.8/values-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ webModelerPostgresql:
8787
image:
8888
registry: registry.camunda.cloud
8989
repository: vendor-ee/postgresql
90-
tag: 14.18.0-debian-12-r0
90+
tag: 15.10.0-debian-12-r2
9191
pullSecrets:
9292
- name: registry-camunda-cloud
9393

charts/camunda-platform-8.8/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4163,7 +4163,7 @@
41634163
"tag": {
41644164
"type": "string",
41654165
"description": "PostgreSQL image tag",
4166-
"default": "14.18.0-debian-12-r0"
4166+
"default": "15.10.0-debian-12-r2"
41674167
},
41684168
"digest": {
41694169
"type": "string",

charts/camunda-platform-8.8/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ webModelerPostgresql:
20622062
## @param webModelerPostgresql.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
20632063
image:
20642064
repository: bitnamilegacy/postgresql
2065-
tag: 14.18.0-debian-12-r0
2065+
tag: 15.10.0-debian-12-r2
20662066
digest: ""
20672067
## @extra postgresql.auth configuration of the database authentication
20682068
auth:

0 commit comments

Comments
 (0)