Skip to content

Commit 64e9f10

Browse files
distro-ci[bot]eamonnmoloney
authored andcommitted
chore: chart chores
1 parent 8bef68c commit 64e9f10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.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` |

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.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

0 commit comments

Comments
 (0)