Skip to content

Commit

Permalink
[make] Adding targets for chart management and sync with repo
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 b86930a commit d7bf93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ helm-package: $(HELM) ## 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: $(HELM) ## Build the chart dependencies
# Fetch and builds dependencies in Chart.yaml, updates the Chart.lock and downloads the charts .tgz
$(HELM) dependency build charts/$(REPO)

# GitHub Token with permissions to upload to the release assets
Expand Down

0 comments on commit d7bf93f

Please sign in to comment.