Skip to content

Commit 5163fa8

Browse files
authored
Update OLM to v0.26.0 (#374)
1 parent 3669826 commit 5163fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-olm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ if [[ -z "$(which operator-sdk 2>/dev/null)" ]]; then
1818
else
1919
echo "operator-sdk was found in the path, no need to install it"
2020
fi
21-
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.25.0/install.sh -o install.sh
21+
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh -o install.sh
2222
chmod +x install.sh
23-
./install.sh v0.25.0
23+
./install.sh v0.26.0
2424
rm install.sh
2525

2626
# Wait for all OLM pods to be ready

0 commit comments

Comments
 (0)