Skip to content

Commit

Permalink
fix: remove helm 2 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan authored Mar 24, 2021
1 parent 95a9686 commit c49d14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/lighthouse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ snapshot: update-version release
release: clean
helm dependency build
helm lint
helm init --client-only --stable-repo-url https://charts.helm.sh/stable
helm package .
@curl --fail -u $(CHARTMUSEUM_USER):$(CHARTMUSEUM_PASS) --data-binary "@$(NAME)-$(shell sed -n 's/^version: //p' Chart.yaml).tgz" $(CHART_REPO)/api/charts
rm -rf ${NAME}*.tgz%
Expand Down

0 comments on commit c49d14a

Please sign in to comment.