Skip to content

Commit a79a9ea

Browse files
committed
Move from upbound/function-patch-and-transform to crossplane-contrib/function-patch-and-transform
Signed-off-by: Murph <[email protected]>
1 parent e90a464 commit a79a9ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apis/composition.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
pipeline:
1414
- step: patch-and-transform
1515
functionRef:
16-
name: upbound-function-patch-and-transform
16+
name: crossplane-contrib-function-patch-and-transform
1717
input:
1818
apiVersion: pt.fn.crossplane.io/v1beta1
1919
kind: Resources

crossplane.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ spec:
1919
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
2020
# renovate: datasource=github-releases depName=crossplane-contrib/provider-helm
2121
version: "v0.16.0"
22-
- function: xpkg.upbound.io/upbound/function-patch-and-transform
23-
# renovate: datasource=github-releases depName=upbound/function-patch-and-transform
22+
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
23+
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
2424
version: "v0.2.1"

examples/functions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: pkg.crossplane.io/v1beta1
22
kind: Function
33
metadata:
4-
name: upbound-function-patch-and-transform
4+
name: crossplane-contrib-function-patch-and-transform
55
spec:
6-
package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1
6+
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1

0 commit comments

Comments
 (0)