Skip to content

Commit

Permalink
clean helm packages before building (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng authored Oct 29, 2021
1 parent 1b2b658 commit de00c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ helm: helm/engine.tgz helm/infra.tgz
helm repo index helm

helm/%.tgz: helm/charts/%
$(RM) $(@D)/$*-*.tgz
helm package -d $(@D) $< --version $(tag) --app-version $(tag)

helm/charts/infra/charts/:
Expand Down

0 comments on commit de00c5d

Please sign in to comment.