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.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identityKeycloak.nameOverride` | the name used for Keycloak. | `keycloak` |
| `identityKeycloak.image` | configuration. | |
| `identityKeycloak.image.repository` | image repo | `camunda/keycloak` |
| `identityKeycloak.image.tag` | image tag | `26.1.4` |
| `identityKeycloak.image.tag` | image tag | `26.3.1` |
| `identityKeycloak.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
| `identityKeycloak.resources` | configuration of resource requests and limits for the container, see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits | |
| `identityKeycloak.resources.requests.cpu` | | `1000m` |
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.1.4
image: docker.io/camunda/keycloak:26.3.1
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.1.4
image: docker.io/camunda/keycloak:26.3.1
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.8/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@
"tag": {
"type": "string",
"description": "image tag",
"default": "26.1.4"
"default": "26.3.1"
},
"digest": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.8/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ identityKeycloak:
## @param identityKeycloak.image.repository image repo
repository: camunda/keycloak
## @param identityKeycloak.image.tag image tag
tag: 26.1.4
tag: 26.3.1
## @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
digest: ""

Expand Down
Loading