Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catalogd/hack/scripts/demo-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this change has been made before cutting a latest release, I think this link points to the old latest which does not include the monorepo changes. Is the plan to follow-up with cutting a release to make this script work?


# inspect crds (clustercatalog)
kubectl get crds -A
Expand Down
Loading