From 410421ba2469a62b5a374652047c9c8dc03c7924 Mon Sep 17 00:00:00 2001 From: Murph Date: Mon, 5 Feb 2024 11:18:53 -1000 Subject: [PATCH] Move from upbound/function-patch-and-transform to crossplane-contrib/function-patch-and-transform Signed-off-by: Murph --- README.md | 2 +- apis/cluster/composition.yaml | 2 +- examples/functions.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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