Skip to content

Commit 0ce72bd

Browse files
Fixed #1605: Using monorepo release for catalogd (#1656)
With the change we will use the operator-controller releases for catalogd demo script Signed-off-by: Lalatendu Mohanty <[email protected]>
1 parent 570c2e5 commit 0ce72bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalogd/hack/scripts/demo-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kubectl cluster-info --context kind-kind
1212
sleep 10
1313

1414
# use the install script from the latest github release
15-
curl -L -s https://github.com/operator-framework/catalogd/releases/latest/download/install.sh | bash
15+
curl -L -s https://github.com/operator-framework/operator-controller/releases/latest/download/install.sh | bash
1616

1717
# inspect crds (clustercatalog)
1818
kubectl get crds -A

0 commit comments

Comments
 (0)