Use latest OLM version for Operator CI (#26922)

Closes #26921

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
Martin Bartoš 2024-02-09 12:08:02 +01:00 committed by GitHub
parent ebf31671e0
commit b48a1f41fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,6 @@
set -euxo pipefail
mkdir -p /tmp/olm/
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.20.0/install.sh -o /tmp/olm/install.sh
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh -o /tmp/olm/install.sh
chmod +x /tmp/olm/install.sh
/tmp/olm/install.sh v0.20.0
/tmp/olm/install.sh v0.26.0