File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,21 @@ bundle-build: ## Build the bundle image.
410
410
bundle-push : # # Push the bundle image.
411
411
$(MAKE ) docker-push IMG=$(BUNDLE_IMG )
412
412
413
+ .PHONY : prepare-release
414
+ prepare-release : # # Prepare the manifests for OLM and Helm Chart for a release.
415
+ $(MAKE ) bundle VERSION=$(VERSION ) \
416
+ AUTHORINO_OPERATOR_VERSION=$(AUTHORINO_OPERATOR_VERSION ) \
417
+ LIMITADOR_OPERATOR_VERSION=$(LIMITADOR_OPERATOR_VERSION ) \
418
+ DNS_OPERATOR_VERSION=$(DNS_OPERATOR_VERSION ) \
419
+ WASM_SHIM_VERSION=$(WASM_SHIM_VERSION ) \
420
+ REPLACES_VERSION=$(REPLACES_VERSION ) \
421
+ CHANNELS=$(CHANNELS )
422
+ $(MAKE ) helm-build VERSION=$(VERSION ) \
423
+ AUTHORINO_OPERATOR_VERSION=$(AUTHORINO_OPERATOR_VERSION ) \
424
+ LIMITADOR_OPERATOR_VERSION=$(LIMITADOR_OPERATOR_VERSION ) \
425
+ DNS_OPERATOR_VERSION=$(DNS_OPERATOR_VERSION ) \
426
+ WASM_SHIM_VERSION=$(WASM_SHIM_VERSION )
427
+
413
428
# #@ Code Style
414
429
415
430
GOLANGCI-LINT = $(PROJECT_PATH ) /bin/golangci-lint
You can’t perform that action at this time.
0 commit comments