Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identityKeycloak.resources.limits.memory` | | `2Gi` |
| `identityKeycloak.image` | configuration. | |
| `identityKeycloak.image.repository` | image repo | `camunda/keycloak` |
| `identityKeycloak.image.tag` | image tag | `26.3.3` |
| `identityKeycloak.image.tag` | image tag | `26.3.2` |
| `identityKeycloak.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
| `identityKeycloak.postgresql` | configuration. | |
| `identityKeycloak.postgresql.image.repository` | image repo | `bitnamilegacy/postgresql` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
enableServiceLinks: true
initContainers:
- name: prepare-write-dirs
image: docker.io/camunda/keycloak:26.3.3
image: docker.io/camunda/keycloak:26.3.2
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
mountPath: /emptydir
containers:
- name: keycloak
image: docker.io/camunda/keycloak:26.3.3
image: docker.io/camunda/keycloak:26.3.2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.7/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ identityKeycloak:
# https://hub.docker.com/r/bitnami/keycloak/tags
image:
repository: camunda/keycloak
tag: 26.3.3
tag: 26.3.2
postgresql:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,7 @@ identityKeycloak:
## @param identityKeycloak.image.repository image repo
repository: camunda/keycloak
## @param identityKeycloak.image.tag image tag
tag: 26.3.3
tag: 26.3.2
## @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
digest: ""

Expand Down
Loading