From febaedf0cef9c3301ca63a4f6864e14729b1f290 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Tue, 16 Jul 2024 19:53:39 +0700 Subject: [PATCH] Fix hmc-chart-release target Signed-off-by: Andrei Pavlov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6865a4161..5e47a944a 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ hmc-chart-release: kustomize helmify yq ## Generate hmc helm chart rm -rf templates/hmc/values.yaml templates/hmc/templates/*.yaml cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} $(KUSTOMIZE) build config/default | $(HELMIFY) templates/hmc - $(YQ) eval -iN '' templates/hmc/values.yaml config/default/flux_values.yaml + $(YQ) eval -iN '' templates/hmc/values.yaml config/default/hmc_values.yaml $(YQ) eval '.version = "$(VERSION)"' -i templates/hmc/Chart.yaml $(YQ) eval '.version = "$(VERSION)"' -i templates/hmc-templates/Chart.yaml