diff --git a/README.md b/README.md index 128a6aa..84faa7b 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-container kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-servicenetworking kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-sql -kubectl delete function.pkg.crossplane.io upbound-function-patch-and-transform +kubectl delete function.pkg.crossplane.io crossplane-contrib-function-patch-and-transform ``` ## Customize for your Organization diff --git a/apis/cluster/composition.yaml b/apis/cluster/composition.yaml index 1a88327..cfc67cf 100644 --- a/apis/cluster/composition.yaml +++ b/apis/cluster/composition.yaml @@ -11,7 +11,7 @@ spec: pipeline: - step: patch-and-transform functionRef: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform input: apiVersion: pt.fn.crossplane.io/v1beta1 kind: Resources diff --git a/examples/functions.yaml b/examples/functions.yaml index 98c28bd..3489c37 100644 --- a/examples/functions.yaml +++ b/examples/functions.yaml @@ -1,6 +1,6 @@ apiVersion: pkg.crossplane.io/v1beta1 kind: Function metadata: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform spec: - package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1 + package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1