Skip to content

Commit

Permalink
fix: Fix typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 23, 2024
1 parent 4ab292c commit 17d838c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.21.0
version: 0.21.1
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
2 changes: 1 addition & 1 deletion package/config/components/crossplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
packageRef:
refName: crossplane.packages.kadras.io
versionSelection:
constraints: 1.17.1+kadras.io
constraints: 1.17.1+kadras.1
values:
- secretRef:
name: crossplane-values
Expand Down

0 comments on commit 17d838c

Please sign in to comment.