Skip to content

Commit

Permalink
Merge pull request #54 from DataBiosphere/nodepool
Browse files Browse the repository at this point in the history
RW-10598 Update publish script
  • Loading branch information
Qi77Qi authored Oct 31, 2023
2 parents a289257 + aa4f1ab commit 7cd23d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terra-app-helm/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
set -eu

CHART_NAME=$1
VERSION=$2

cd terra-app-helm
helm package $CHART_NAME
mkdir -p $CHART_NAME/repo
mv $CHART_NAME-0.1.0.tgz $CHART_NAME/repo/
mv $CHART_NAME-$VERSION.tgz $CHART_NAME/repo/
helm repo index $CHART_NAME/repo/ --url https://storage.googleapis.com/terra-app-helm/$CHART_NAME
gsutil cp -r $CHART_NAME/repo/* gs://terra-app-helm/$CHART_NAME

0 comments on commit 7cd23d0

Please sign in to comment.