diff --git a/README.md b/README.md index 504788ac..27e24959 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ metadata: name: provider-keycloak namespace: crossplane-system spec: - package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.21.0 + package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0 ``` This will install the provider in the `crossplane-system` namespace and install CRDs and controllers for the provider. @@ -61,7 +61,7 @@ metadata: annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: - package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.21.0 + package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0 + runtimeConfigRef: + name: enable-ess ``` @@ -121,6 +121,11 @@ You can explore the available custom resources: - You can also see the CRDs in the `package/crds` directory +### Functions and Compositions: + +- [function-keycloak-builtin-objects](https://gitlab.com/corewire/images/crossplane/function-keycloak-builtin-objects) - The function is used to import the builtin objects of a keycloak, e.g. clients and roles. Everything you need to know is in the README of the repository. + + ## Developing diff --git a/dev/apps/keycloak-provider/keycloak-provider.yaml b/dev/apps/keycloak-provider/keycloak-provider.yaml index 1c128e50..0ad60d3a 100644 --- a/dev/apps/keycloak-provider/keycloak-provider.yaml +++ b/dev/apps/keycloak-provider/keycloak-provider.yaml @@ -7,7 +7,7 @@ metadata: annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: - package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.23.0-rc.2 + package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0 runtimeConfigRef: name: enable-ess ---