Skip to content

Commit a875192

Browse files
fix: upgrade keycloak version for 8.7 (#3942)
Signed-off-by: Jesse Simpson <[email protected]> Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
1 parent 11fad64 commit a875192

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/camunda-platform-8.7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/camunda-platform-8.7/test/unit/camunda/golden/keycloak-statefulset.golden.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
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

charts/camunda-platform-8.7/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)