From d7bf93f8cfa3e2359511221a0010b46455551f28 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Wed, 3 Jul 2024 10:08:23 +0200 Subject: [PATCH] [make] Adding targets for chart management and sync with repo Signed-off-by: dd di cesare --- make/helm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/helm.mk b/make/helm.mk index 9fe4aa1f8..62e542a34 100644 --- a/make/helm.mk +++ b/make/helm.mk @@ -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