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 0e1bbe5 commit c2ca021Copy full SHA for c2ca021
.github/workflows/gcs_chart_publish_release.yml
@@ -72,6 +72,6 @@ jobs:
72
if gsutil ls gs://${{ env.BUCKET_NAME }}/${{ env.BUCKET_PATH }}/$i 2>/dev/null; then
73
echo "Chart already published"
74
else
75
- helm gcs push --public --publicUrl https://${{ env.BUCKET_NAME }}/${{ env.BUCKET_PATH }} $i sg
+ helm gcs push --force --public --publicUrl https://${{ env.BUCKET_NAME }}/${{ env.BUCKET_PATH }} $i sg
76
fi;
77
done
0 commit comments