Skip to content

Commit

Permalink
Merge pull request #15 from djeremiah/main
Browse files Browse the repository at this point in the history
Move function-p&t from upbound to crossplane-contrib
  • Loading branch information
haarchri authored Feb 7, 2024
2 parents 269fc02 + 3917498 commit eaad07b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apis/default/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions examples/functions.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eaad07b

Please sign in to comment.