Release v0.11.0
This commit is contained in:
Vishal
2018-10-02 00:08:29 +05:30
committed by GitHub
parent 96cbee185d
commit 2d2576cf2d
10 changed files with 51 additions and 31 deletions
+1 -1
View File
@@ -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
View File
@@ -155,7 +155,7 @@ tag_and_release() {
git tag $gittag
# push tag
git push $gittag
git push origin $gittag
# create gh release
gothub release \