We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3669826 commit 5163fa8Copy full SHA for 5163fa8
scripts/install-olm.sh
@@ -18,9 +18,9 @@ if [[ -z "$(which operator-sdk 2>/dev/null)" ]]; then
18
else
19
echo "operator-sdk was found in the path, no need to install it"
20
fi
21
-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
22
chmod +x install.sh
23
-./install.sh v0.25.0
+./install.sh v0.26.0
24
rm install.sh
25
26
# Wait for all OLM pods to be ready
0 commit comments