Skip to content

Commit 99d4e7b

Browse files
committed
fix(ci): add missing names for dependencies in crossplane configuration
1 parent a3b05b2 commit 99d4e7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crossplane.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ spec:
1414
dependsOn:
1515
- provider: ghcr.io/crossplane-contrib/provider-http
1616
version: ">=v1.0.10"
17+
name: provider-http
1718
- function: xpkg.upbound.io/crossplane-contrib/function-go-templating
1819
version: ">=v0.4.0"
20+
name: function-go-templating
1921
- function: xpkg.upbound.io/crossplane-contrib/function-auto-ready
2022
version: ">=v0.2.1"
23+
name: function-auto-ready
2124
crossplane:
2225
version: ">=v1.20-0"

0 commit comments

Comments
 (0)