Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-ks committed Nov 18, 2021
1 parent b5a0052 commit 734f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -f ../package/$1-$2.tgz ]; then
ls
pip install ruamel.yaml
python3 ./utils/update-chart-version.py ./chart/$1/Chart.yaml 'version' $2
python3 ./utils/update-image-tag-helm.py ./charts/$1/values.yaml $4
python3 ./utils/update-image-tag-helm.py ./chart/$1/values.yaml $4

mkdir -p package
cd package
Expand Down

0 comments on commit 734f125

Please sign in to comment.