Skip to content

Commit 17d838c

Browse files
committed
fix: Fix typo in config
1 parent 4ab292c commit 17d838c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.21.0
21+
version: 0.21.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/components/crossplane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
packageRef:
2626
refName: crossplane.packages.kadras.io
2727
versionSelection:
28-
constraints: 1.17.1+kadras.io
28+
constraints: 1.17.1+kadras.1
2929
values:
3030
- secretRef:
3131
name: crossplane-values

0 commit comments

Comments
 (0)