Skip to content

Commit 7a7dafb

Browse files
committed
Add missing pat-dependency and update example with proper version
1 parent 84aecd2 commit 7a7dafb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crossplane.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ spec:
2323
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
2424
# renovate: datasource=github-releases depName=upbound/configuration-aws-network
2525
version: "v0.17.0"
26+
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
27+
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
28+
version: "v0.7.0"

examples/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Function
33
metadata:
44
name: crossplane-contrib-function-patch-and-transform
55
spec:
6-
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1
6+
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.7.0

0 commit comments

Comments
 (0)