Skip to content

Commit

Permalink
Add missing pat-dependency and update example with proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaessert committed Oct 1, 2024
1 parent 84aecd2 commit 7a7dafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ spec:
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
# renovate: datasource=github-releases depName=upbound/configuration-aws-network
version: "v0.17.0"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.7.0"
2 changes: 1 addition & 1 deletion examples/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Function
metadata:
name: crossplane-contrib-function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.7.0

0 comments on commit 7a7dafb

Please sign in to comment.