Skip to content

Commit a0e8c27

Browse files
committed
use argument for version
1 parent 94864e4 commit a0e8c27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

helm/create_chart.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# sed version
1+
#!env bash -xe
22

33
# https://medium.com/containerum/how-to-make-and-share-your-own-helm-package-50ae40f6c221
44

55
git rm -f *tgz
66

7-
# tag=`git describe --tags --abbrev=0`
8-
tag="0.1.10"
7+
tag=$1
98

109
find plone-stack -exec grep -l "version:" {} \; 2>/dev/null| xargs sed -i "" -e "s/\(.*version:\).*/\1 ${tag}/g"
1110

0 commit comments

Comments
 (0)