From 121bef01e50c9bd81fc7edc7c94e99d0ffdcbf4f Mon Sep 17 00:00:00 2001 From: Murph Date: Mon, 5 Feb 2024 11:19:08 -1000 Subject: [PATCH] Move from upbound/function-patch-and-transform to crossplane-contrib/function-patch-and-transform Signed-off-by: Murph --- apis/mariadb/composition.yaml | 2 +- apis/postgresql/composition.yaml | 2 +- crossplane.yaml | 4 ++-- examples/function/function.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apis/mariadb/composition.yaml b/apis/mariadb/composition.yaml index 922730e..b4ab128 100644 --- a/apis/mariadb/composition.yaml +++ b/apis/mariadb/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/apis/postgresql/composition.yaml b/apis/postgresql/composition.yaml index 6477bd0..bf029e9 100644 --- a/apis/postgresql/composition.yaml +++ b/apis/postgresql/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 e998189..fa2fa16 100644 --- a/crossplane.yaml +++ b/crossplane.yaml @@ -23,6 +23,6 @@ spec: - configuration: xpkg.upbound.io/upbound/configuration-azure-network # renovate: datasource=github-releases depName=upbound/configuration-azure-network version: "v0.4.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/function/function.yaml b/examples/function/function.yaml index 98c28bd..3489c37 100644 --- a/examples/function/function.yaml +++ b/examples/function/function.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