Skip to content

Commit

Permalink
Update OLM to v0.26.0 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 28, 2023
1 parent 3669826 commit 5163fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if [[ -z "$(which operator-sdk 2>/dev/null)" ]]; then
else
echo "operator-sdk was found in the path, no need to install it"
fi
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.25.0/install.sh -o install.sh
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.25.0
./install.sh v0.26.0
rm install.sh

# Wait for all OLM pods to be ready
Expand Down

0 comments on commit 5163fa8

Please sign in to comment.