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