From 0c507921aa3c96e4029a4974eb8f6da3c06a8fe2 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Mon, 26 Aug 2024 15:04:34 +0200 Subject: [PATCH] [make] Rolling back changes for manager template after building charts Signed-off-by: dd di cesare --- make/helm.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/helm.mk b/make/helm.mk index 16de96f3..2b189b7a 100644 --- a/make/helm.mk +++ b/make/helm.mk @@ -7,6 +7,8 @@ helm-build: $(YQ) kustomize manifests ## Build the helm chart from kustomize man # Build the helm chart templates from kustomize manifests $(KUSTOMIZE) build config/helm > charts/authorino-operator/templates/manifests.yaml V="$(BUNDLE_VERSION)" $(YQ) -i e '.version = strenv(V)' charts/authorino-operator/Chart.yaml + # Roll back edit + cd config/manager && $(KUSTOMIZE) edit set image controller=${DEFAULT_OPERATOR_IMAGE} .PHONY: helm-install helm-install: $(HELM) ## Install the helm chart