From 922b5d815adc2228e830bfadf16a150483864d39 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Wed, 3 Jul 2024 17:02:04 +0200 Subject: [PATCH] [make] Adding helm build as part of `prepare-release` target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b58b0bf0..34518b22 100644 --- a/Makefile +++ b/Makefile @@ -300,6 +300,7 @@ prepare-release: $(MAKE) set-authorino-default-image $(MAKE) set-replaces-directive $(MAKE) manifests bundle VERSION=$(VERSION) AUTHORINO_VERSION=$(AUTHORINO_VERSION) + $(MAKE) helm-build VERSION=$(VERSION) AUTHORINO_VERSION=$(AUTHORINO_VERSION) # A comma-separated list of bundle images (e.g. make catalog-build BUNDLE_IMGS=example.com/operator-bundle:v0.1.0,example.com/operator-bundle:v0.2.0). # These images MUST exist in a registry and be pull-able.