From 930f2d0f99d3e1dfca60fd0e9b5ba9504414ef49 Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Mon, 27 Jan 2025 20:04:35 -0500 Subject: [PATCH] Fixed #1605: Using monorepo release for catalogd With the change we will use the operator-controller releases for catalogd demo script Signed-off-by: Lalatendu Mohanty --- catalogd/hack/scripts/demo-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogd/hack/scripts/demo-script.sh b/catalogd/hack/scripts/demo-script.sh index b0f1feaa7..b7b4318bc 100755 --- a/catalogd/hack/scripts/demo-script.sh +++ b/catalogd/hack/scripts/demo-script.sh @@ -12,7 +12,7 @@ kubectl cluster-info --context kind-kind sleep 10 # use the install script from the latest github release -curl -L -s https://github.com/operator-framework/catalogd/releases/latest/download/install.sh | bash +curl -L -s https://github.com/operator-framework/operator-controller/releases/latest/download/install.sh | bash # inspect crds (clustercatalog) kubectl get crds -A