Skip to content

Commit

Permalink
Fixup helm.build output loc
Browse files Browse the repository at this point in the history
  • Loading branch information
cnmcavoy committed Dec 4, 2023
1 parent 7fafec1 commit ea4795c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -113,7 +113,6 @@ HELM_VERSION ?= $(shell helm show chart $(HELM_DIR) | grep 'version:' | sed 's/v
helm.build: ## Build helm chart
@$(INFO) helm package
@helm package $(HELM_DIR) --dependency-update --destination $(OUTPUT_DIR)/chart
@mv $(OUTPUT_DIR)/chart/harbor-container-webhook-$(HELM_VERSION).tgz $(OUTPUT_DIR)/chart/harbor-container-webhook.tgz
@$(OK) helm package

# ====================================================================================
Expand Down

0 comments on commit ea4795c

Please sign in to comment.