Skip to content

Commit

Permalink
Manually update chart version
Browse files Browse the repository at this point in the history
Chart version should probably move independently from release version until post beta.
  • Loading branch information
crswty committed Nov 4, 2019
1 parent 3644ae0 commit 4950f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/helm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ if [ $# -lt 1 ]; then
exit 1
fi

sed -i.bak s/version:.*/version:\ $VERSION/ Chart.yaml
sed -i.bak s/appVersion:.*/appVersion:\ $APP_VERSION/ Chart.yaml

helm repo add stable https://kubernetes-charts.storage.googleapis.com

rm -f Chart.lock # workaround for: https://github.com/helm/helm/issues/6416
helm dependency build

helm package .
helm package .

0 comments on commit 4950f90

Please sign in to comment.