You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
š fix release artefacts after monorepo changes and release candidate 1.2.0-rc1 (#1661) (#1664)
- fix: the reference in the make quickstart to get the latest release version properly
- fix: replace the devel tag image with the version from the release
quickstart: $(KUSTOMIZE) manifests #EXHELP Generate the unified installation release manifests and scripts.
329
-
($(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR)&&echo"---"&&$(KUSTOMIZE) build catalogd/config/overlays/cert-manager | sed "s/cert-git-version/cert-$(VERSION)/g") >$(MANIFEST)
329
+
($(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
0 commit comments