Skip to content

Commit

Permalink
feat(keycloak-operator): update Keycloak from 21.1.0 to 22.0.0 (#1068)
Browse files Browse the repository at this point in the history
Co-authored-by: janaurka <5986148+janaurka@users.noreply.github.com>
  • Loading branch information
hairmare and janaurka authored Jul 13, 2023
1 parent 2b3517f commit a654406
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 80 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.

8 changes: 4 additions & 4 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: 0.1.1
appVersion: "21.1.0"
version: 0.2.0
appVersion: "22.0.0"
home: https://www.keycloak.org
sources:
- https://github.com/keycloak/keycloak-k8s-resources
Expand All @@ -14,5 +14,5 @@ maintainers:
url: https://adfinis.com
annotations:
artifacthub.io/changes: |
- kind: fixed
description: allow disabling ingress from values
- kind: changed
description: Update Keycloak from 21.1.0 to 22.0.0
4 changes: 3 additions & 1 deletion charts/keycloak-operator/README.md

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

Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ spec:
id:
type: string
clientPolicies:
type: object
x-kubernetes-preserve-unknown-fields: true
webAuthnPolicyUserVerificationRequirement:
type: string
Expand Down Expand Up @@ -703,16 +702,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -751,14 +748,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -941,7 +936,6 @@ spec:
otpPolicyCodeReusable:
type: boolean
clientProfiles:
type: object
x-kubernetes-preserve-unknown-fields: true
userFederationMappers:
items:
Expand Down Expand Up @@ -1563,16 +1557,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -1611,14 +1603,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -1939,16 +1929,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -1987,14 +1975,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -2223,17 +2209,21 @@ spec:
userCacheEnabled:
type: boolean
type: object
required:
- keycloakCRName
- realm
type: object
status:
properties:
conditions:
items:
properties:
status:
type: boolean
properties:
value:
type: object
x-kubernetes-preserve-unknown-fields: true
lastTransitionTime:
type: string
observedGeneration:
type: integer
type:
type: string
message:
Expand Down
Loading

0 comments on commit a654406

Please sign in to comment.