We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6340b commit 5b3f647Copy full SHA for 5b3f647
1 file changed
.github/workflows/release.yml
@@ -43,5 +43,5 @@ jobs:
43
run: |
44
cr version
45
cr package ../spiceai/deploy/chart
46
- cr upload --owner spiceai --git-repo helm-charts --packages-with-index --token $CR_TOKEN --push --skip-existing
47
- cr index --owner spiceai --git-repo helm-charts --packages-with-index --index-path . --token $CR_TOKEN --push
+ cr upload --owner spiceai --git-repo helm-charts --token $CR_TOKEN --push --skip-existing
+ cr index --owner spiceai --git-repo helm-charts --index-path . --token $CR_TOKEN --push
0 commit comments