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 4ab292c commit 17d838cCopy full SHA for 17d838c
.github/workflows/release.yml
@@ -18,6 +18,6 @@ jobs:
18
registry-server: ghcr.io
19
registry-username: ${{ github.actor }}
20
image: ${{ github.repository }}
21
- version: 0.21.0
+ version: 0.21.1
22
secrets:
23
pull-request-token: ${{ secrets.GH_ORG_PAT }}
package/config/components/crossplane.yml
@@ -25,7 +25,7 @@ spec:
25
packageRef:
26
refName: crossplane.packages.kadras.io
27
versionSelection:
28
- constraints: 1.17.1+kadras.io
+ constraints: 1.17.1+kadras.1
29
values:
30
- secretRef:
31
name: crossplane-values
0 commit comments