Skip to content

Commit

Permalink
[make] Update helm dependencies target
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Jul 29, 2024
1 parent 117c33d commit 4328b14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ helm-package: $(HELM) ## Package the helm chart
# Package the helm chart
$(HELM) package charts/$(REPO)

.PHONY: helm-dependency-build
helm-dependency-build: $(HELM) ## Fetch and build chart dependencies
# Gets the dependencies listed in Chart.yaml, downloads the charts .tgz and builds/updates the Chart.lock
$(HELM) dependency build charts/$(REPO)

# GitHub Token with permissions to upload to the release assets
HELM_WORKFLOWS_TOKEN ?= <YOUR-TOKEN>
# GitHub Release Asset Browser Download URL, it can be find in the output of the uploaded asset
Expand Down

0 comments on commit 4328b14

Please sign in to comment.