Skip to content

Commit

Permalink
feat(keycloak-operator): Update Keycloak to 25.0.0 and update CRDs to…
Browse files Browse the repository at this point in the history
… match (#1276)


Co-authored-by: Lucas <lucas.bickel@adfinis.com>
Co-authored-by: Valentin Maillot <74190001+vmaillot@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 19, 2024
1 parent 405f711 commit 17e2335
Show file tree
Hide file tree
Showing 11 changed files with 5,663 additions and 4,231 deletions.
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

0 comments on commit 17e2335

Please sign in to comment.