Skip to content

Commit 9fa386f

Browse files
authored
refactor: use postgresql 14 for web modeler (#4287)
1 parent 82bb36f commit 9fa386f

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
@@ -686,7 +686,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
686686
| `identityPostgresql.global.compatibility` | Compatibility adaptations for Kubernetes platforms | |
687687
| `identityPostgresql.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" }}` |
688688
| `identityPostgresql.image.repository` | PostgreSQL repo | `bitnamilegacy/postgresql` |
689-
| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.10.0-debian-12-r2` |
689+
| `identityPostgresql.image.tag` | PostgreSQL image tag | `14.9.0-debian-11-r61` |
690690
| `identityPostgresql.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
691691
| `identityPostgresql.nameOverride` | the name used for Management Identity PostgreSQL. | `identity-postgresql` |
692692
| `identityPostgresql.auth.username` | Non-root username | `identity` |

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: 15.10.0-debian-12-r2
90+
tag: 14.19.0-debian-12-r0
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
@@ -1681,7 +1681,7 @@
16811681
"tag": {
16821682
"type": "string",
16831683
"description": "PostgreSQL image tag",
1684-
"default": "15.10.0-debian-12-r2"
1684+
"default": "14.9.0-debian-11-r61"
16851685
},
16861686
"digest": {
16871687
"type": "string",

charts/camunda-platform-8.8/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ identityPostgresql:
880880
##
881881
image:
882882
repository: bitnamilegacy/postgresql
883-
tag: 15.10.0-debian-12-r2
883+
tag: 14.9.0-debian-11-r61
884884
digest: ""
885885
## @param identityPostgresql.nameOverride the name used for Management Identity PostgreSQL.
886886
##

0 commit comments

Comments
 (0)