File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ release: $(GORELEASER) #EXHELP Runs goreleaser for the operator-controller. By d
326
326
.PHONY : quickstart
327
327
quickstart : export MANIFEST := https://github.com/operator-framework/operator-controller/releases/download/$(VERSION ) /operator-controller.yaml
328
328
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
330
330
envsubst ' $$CERT_MGR_VERSION,$$INSTALL_DEFAULT_CATALOGS,$$MANIFEST' < scripts/install.tpl.sh > install.sh
331
331
332
332
# #@ Docs
You can’t perform that action at this time.
0 commit comments