diff --git a/charts/keycloak-realm-operator/Chart.yaml b/charts/keycloak-realm-operator/Chart.yaml index e60ce1e..d83f840 100644 --- a/charts/keycloak-realm-operator/Chart.yaml +++ b/charts/keycloak-realm-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: keycloak-realm-operator description: A k8s operator to manage Keycloak realms, their config and clients type: application -version: 0.0.12 +version: 0.0.13 appVersion: 0.0.10 \ No newline at end of file diff --git a/charts/keycloak-realm-operator/templates/client-credentials-crd.yaml b/charts/keycloak-realm-operator/templates/client-credentials-crd.yaml index 55ed3d7..39b1a8e 100644 --- a/charts/keycloak-realm-operator/templates/client-credentials-crd.yaml +++ b/charts/keycloak-realm-operator/templates/client-credentials-crd.yaml @@ -54,19 +54,6 @@ spec: # description: The date of the last successful sync # jsonPath: .status.latestOperatorStatusUpdate scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - type: object - status: - type: object names: plural: keycloakclientcredentials singular: keycloakclientcredential diff --git a/charts/keycloak-realm-operator/templates/realm-crd.yaml b/charts/keycloak-realm-operator/templates/realm-crd.yaml index 5c5590a..97ceec1 100644 --- a/charts/keycloak-realm-operator/templates/realm-crd.yaml +++ b/charts/keycloak-realm-operator/templates/realm-crd.yaml @@ -74,19 +74,6 @@ spec: jsonPath: .spec.realmName # either Namespaced or Cluster scope: Cluster - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - type: object - status: - type: object names: plural: managedkeycloakrealms singular: managedkeycloakrealm