Skip to content

Commit 754c7f6

Browse files
authored
feat(keycloak-operator): Update to Keycloak 26.4 (#1531)
feat(keycloak-operator): Upddate to Keycloak 26.4
1 parent 50798c8 commit 754c7f6

File tree

10 files changed

+1515
-604
lines changed

10 files changed

+1515
-604
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/keycloak-operator/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak-operator
33
description: Deploy Keycloak Operator and Keycloak
44
type: application
5-
version: 1.6.3
6-
appVersion: "26.3.2"
5+
version: 1.7.0
6+
appVersion: "26.4.2"
77
icon: https://www.keycloak.org/resources/images/logo-stacked.svg
88
home: https://www.keycloak.org
99
sources:
@@ -16,5 +16,5 @@ maintainers:
1616
annotations:
1717
artifacthub.io/containsSecurityUpdates: "false"
1818
artifacthub.io/changes: |
19-
- kind: fixed
20-
description: "fix: allow settings boolean values to false"
19+
- kind: changed
20+
description: "feat: Keycloak 26.4.2"

charts/keycloak-operator/README.md

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/keycloak-operator/ci/operand-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ keycloak:
3232
lastName: Wurst
3333
username: "john.sausage"
3434
35+
serviceMonitor:
36+
enabled: true

charts/keycloak-operator/crds/keycloakrealmimports.k8s.keycloak.org-v1.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,8 @@ spec:
18011801
additionalProperties:
18021802
type: "object"
18031803
type: "object"
1804+
defaultValue:
1805+
type: "string"
18041806
displayName:
18051807
type: "string"
18061808
group:
@@ -2936,6 +2938,8 @@ spec:
29362938
additionalProperties:
29372939
type: "object"
29382940
type: "object"
2941+
defaultValue:
2942+
type: "string"
29392943
displayName:
29402944
type: "string"
29412945
group:
@@ -3466,6 +3470,8 @@ spec:
34663470
additionalProperties:
34673471
type: "object"
34683472
type: "object"
3473+
defaultValue:
3474+
type: "string"
34693475
displayName:
34703476
type: "string"
34713477
group:

0 commit comments

Comments
 (0)