File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/camunda-platform-8.7 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1394,7 +1394,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
13941394| `identityKeycloak.resources.limits.memory` | | `2Gi` |
13951395| `identityKeycloak.image` | configuration. | |
13961396| `identityKeycloak.image.repository` | image repo | `camunda/keycloak` |
1397- | `identityKeycloak.image.tag` | image tag | `26.3.3 ` |
1397+ | `identityKeycloak.image.tag` | image tag | `26.3.2 ` |
13981398| `identityKeycloak.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
13991399| `identityKeycloak.postgresql` | configuration. | |
14001400| `identityKeycloak.postgresql.image.repository` | image repo | `bitnamilegacy/postgresql` |
Original file line number Diff line number Diff line change 6161 enableServiceLinks : true
6262 initContainers :
6363 - name : prepare-write-dirs
64- image : docker.io/camunda/keycloak:26.3.3
64+ image : docker.io/camunda/keycloak:26.3.2
6565 imagePullPolicy : IfNotPresent
6666 command :
6767 - /bin/bash
@@ -103,7 +103,7 @@ spec:
103103 mountPath : /emptydir
104104 containers :
105105 - name : keycloak
106- image : docker.io/camunda/keycloak:26.3.3
106+ image : docker.io/camunda/keycloak:26.3.2
107107 imagePullPolicy : IfNotPresent
108108 securityContext :
109109 allowPrivilegeEscalation : false
You can’t perform that action at this time.
0 commit comments