@@ -221,7 +221,7 @@ build_charts() {
|
||||
do
|
||||
# https://github.com/kubernetes/helm/issues/1732
|
||||
helm init --client-only
|
||||
helm package $c/
|
||||
helm package -u $c/
|
||||
mv *.tgz $BUILDDIR/charts/
|
||||
done
|
||||
popd
|
||||
|
||||
+1
-1
@@ -155,7 +155,7 @@ tag_and_release() {
|
||||
git tag $gittag
|
||||
|
||||
# push tag
|
||||
git push $gittag
|
||||
git push origin $gittag
|
||||
|
||||
# create gh release
|
||||
gothub release \
|
||||
|
||||
Reference in New Issue
Block a user