Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(keycloak-operator): Update Keycloak to 25.0.0 and update CRDs to match #1276

Merged
merged 11 commits into from
Jun 19, 2024
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions charts/keycloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: keycloak-operator
description: Deploy Keycloak Operator and Keycloak
type: application
version: 1.2.1
appVersion: "24.0.4"
version: 1.3.0
appVersion: "25.0.0"
icon: https://www.keycloak.org/resources/images/logo-stacked.svg
home: https://www.keycloak.org
sources:
Expand All @@ -16,4 +16,9 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Fix: change from operator. to kc.operator. keys"
description: "feat: Update to Keycloak 25.0.0"
links:
- name: Keycloak 25.0.0
url: https://www.keycloak.org/2024/06/keycloak-2500-released
- kind: changed
description: "fix: Update operator CRDs"
12 changes: 9 additions & 3 deletions charts/keycloak-operator/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions charts/keycloak-operator/ci/operand-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ keycloak:
name: keycloak
features:
enabled:
- account2
- account3
- admin2
- web-authn
disabled:
Expand All @@ -12,8 +12,9 @@ keycloak:
http:
httpEnabled: true
hostname:
strict: false
strictBackchannel: false
hostname: keycloak.example.com
strict: true
backchannelDynamic: false
realmimport:
enabled: true
realms:
Expand Down
Loading