Skip to content

Commit 0fed503

Browse files
Bumped up OPM to 4.9 (#631)
1 parent d08dbde commit 0fed503

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/openshift-upgrade-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Download tools for openshift test
3838
run: |
39-
wget https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.6/opm-linux.tar.gz -O opm.tar.gz -q
39+
wget https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.9/opm-linux.tar.gz -O opm.tar.gz -q
4040
tar xvf opm.tar.gz
4141
chmod +x opm && sudo mv opm /usr/local/bin/opm
4242
@@ -51,6 +51,9 @@ jobs:
5151
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2/operator-sdk_linux_amd64 -O operator-sdk -q
5252
chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/operator-sdk
5353
54+
wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O yq -q
55+
chmod +x yq && sudo mv yq /usr/local/bin/yq
56+
5457
opm version
5558
oc version
5659
operator-sdk version

0 commit comments

Comments
 (0)