We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6671d56 commit 4927074Copy full SHA for 4927074
crossplane.yaml
@@ -14,12 +14,9 @@ spec:
14
dependsOn:
15
- provider: ghcr.io/crossplane-contrib/provider-http
16
version: ">=v1.0.10"
17
- name: provider-http
18
- - function: xpkg.upbound.io/crossplane-contrib/function-go-templating
19
- version: ">=v0.4.0"
20
- name: function-go-templating
21
- - function: xpkg.upbound.io/crossplane-contrib/function-auto-ready
22
- version: ">=v0.2.1"
23
- name: function-auto-ready
+ - function: ghcr.io/crossplane-contrib/function-go-templating
+ version: ">=v0.5.0"
+ - function: ghcr.io/crossplane-contrib/function-auto-ready
+ version: ">=v0.3.0"
24
crossplane:
25
version: ">=v1.20-0"
0 commit comments