Skip to content

Commit

Permalink
Merge pull request #71 from Kshatrix/fix-helm-push
Browse files Browse the repository at this point in the history
Fix helm-package target
  • Loading branch information
Kshatrix authored Jul 2, 2024
2 parents f749c90 + b167438 commit 1e0cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $(CHARTS_PACKAGE_DIR): | $(LOCALBIN)
CHARTS = $(patsubst $(TEMPLATES_DIR)/%,%,$(wildcard $(TEMPLATES_DIR)/*))

.PHONY: helm-package
helm-package: $(HELM)
helm-package: helm
@make $(patsubst %,package-chart-%,$(CHARTS))

lint-chart-%:
Expand Down

0 comments on commit 1e0cf2b

Please sign in to comment.