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.10.2
1 parent 9510c55 commit ae7edf6Copy full SHA for ae7edf6
.github/workflows/release-operator.yml
@@ -91,7 +91,7 @@ jobs:
91
export IMG=$IMAGE_TAG_BASE_QUAY:v$VERSION
92
export IMG_LATEST=$IMAGE_TAG_BASE_QUAY:latest
93
make docker-build-redhat
94
- wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64 -O preflight
+ wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.2/preflight-linux-amd64 -O preflight
95
chmod +x preflight
96
mv preflight /usr/local/bin
97
preflight -v
0 commit comments