Skip to content

Commit

Permalink
Clean .tgz Helm chart files (GoogleCloudPlatform#1822)
Browse files Browse the repository at this point in the history
* Update make-helm-chart.sh

* Clean old .tgz Helm chart files

* Add ./helm-chart/ in make-helm-chart.sh

---------

Co-authored-by: Nim Jayawardena <[email protected]>
  • Loading branch information
2 people authored and mrcrgl committed Sep 11, 2023
1 parent 856c107 commit 61dd632
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/releasing/make-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ gsed -i "s/^version:.*/version: ${TAG:1}/" Chart.yaml
helm package .
helm push onlineboutique-${TAG:1}.tgz oci://$HELM_CHART_REPO

rm ./helm-chart/onlineboutique-${TAG:1}.tgz

log "Successfully built and pushed the Helm chart."
Binary file removed helm-chart/onlineboutique-0.5.1.tgz
Binary file not shown.
Binary file removed helm-chart/onlineboutique-0.5.2.tgz
Binary file not shown.
Binary file removed helm-chart/onlineboutique-0.6.0.tgz
Binary file not shown.
Binary file removed helm-chart/onlineboutique-0.7.0.tgz
Binary file not shown.

0 comments on commit 61dd632

Please sign in to comment.