diff --git a/apis/default/composition.yaml b/apis/default/composition.yaml index 798e313..6091bd1 100644 --- a/apis/default/composition.yaml +++ b/apis/default/composition.yaml @@ -14,7 +14,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/crossplane.yaml b/crossplane.yaml index ca00a78..0a15914 100644 --- a/crossplane.yaml +++ b/crossplane.yaml @@ -14,6 +14,6 @@ spec: - provider: xpkg.upbound.io/upbound/provider-gcp-compute # renovate: datasource=github-releases depName=upbound/provider-gcp version: "v0.41.0" - - function: xpkg.upbound.io/upbound/function-patch-and-transform - # renovate: datasource=github-releases depName=upbound/function-patch-and-transform + - function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform + # renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform version: "v0.2.1" 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