File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/camunda-platform-8.7 Expand file tree Collapse file tree 3 files changed +4
-4
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.1.4 ` |
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.1.4
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.1.4
106+ image : docker.io/camunda/keycloak:26.3.2
107107 imagePullPolicy : IfNotPresent
108108 securityContext :
109109 allowPrivilegeEscalation : false
Original file line number Diff line number Diff line change @@ -2720,7 +2720,7 @@ identityKeycloak:
27202720 # # @param identityKeycloak.image.repository image repo
27212721 repository : camunda/keycloak
27222722 # # @param identityKeycloak.image.tag image tag
2723- tag : 26.1.4
2723+ tag : 26.3.2
27242724 # # @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
27252725 digest : " "
27262726
You can’t perform that action at this time.
0 commit comments