Skip to content

Commit

Permalink
šŸ› fix release artefacts after monorepo changes and release candidate ā€¦
Browse files Browse the repository at this point in the history
ā€¦1.2.0-rc1 (#1661)

* fix: the reference in the quick-star to get the latest release version properly

* fix: replace devel tag image with the version from release
  • Loading branch information
camilamacedo86 authored Jan 29, 2025
1 parent f055efc commit 7ee4ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ release: $(GORELEASER) #EXHELP Runs goreleaser for the operator-controller. By d
OPERATOR_CONTROLLER_IMAGE_REPO=$(IMAGE_REPO) CATALOGD_IMAGE_REPO=$(CATALOG_IMAGE_REPO) $(GORELEASER) $(GORELEASER_ARGS)

.PHONY: quickstart
quickstart: export MANIFEST := ./operator-controller.yaml
quickstart: export MANIFEST := https://github.com/operator-framework/operator-controller/releases/download/$(VERSION)/operator-controller.yaml
quickstart: $(KUSTOMIZE) manifests #EXHELP Generate the unified installation release manifests and scripts.
($(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR) && echo "---" && $(KUSTOMIZE) build catalogd/config/overlays/cert-manager | sed "s/cert-git-version/cert-$(VERSION)/g") > $(MANIFEST)
($(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR) && echo "---" && $(KUSTOMIZE) build catalogd/config/overlays/cert-manager) | sed "s/cert-git-version/cert-$(VERSION)/g" | sed "s/:devel/:$(VERSION)/g" > operator-controller.yaml
envsubst '$$CERT_MGR_VERSION,$$INSTALL_DEFAULT_CATALOGS,$$MANIFEST' < scripts/install.tpl.sh > install.sh

##@ Docs
Expand Down

0 comments on commit 7ee4ced

Please sign in to comment.