Skip to content

Commit 64d0d5d

Browse files
committed
[make] Prepare release target, including OLM bundle and Helm Charts
Signed-off-by: dd di cesare <[email protected]>
1 parent 8cf2671 commit 64d0d5d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/release.yaml

Whitespace-only changes.

Makefile

+15
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,21 @@ bundle-build: ## Build the bundle image.
410410
bundle-push: ## Push the bundle image.
411411
$(MAKE) docker-push IMG=$(BUNDLE_IMG)
412412

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+
413428
##@ Code Style
414429

415430
GOLANGCI-LINT = $(PROJECT_PATH)/bin/golangci-lint

0 commit comments

Comments
 (0)