We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc108b commit 8b3ce1aCopy full SHA for 8b3ce1a
hack/bin/deps.bzl
@@ -24,8 +24,8 @@ OPENSHIFT_BINS = {
24
"preflight": {
25
# currently, preflight is only available on linux
26
"preflight_linux": {
27
- "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.14.0/preflight-linux-amd64",
28
- "sha": "69f8b249538adf0edcfcfcc82eea5d5aae44e4d2171ced581cd75a220624d25e",
+ "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.16.0/preflight-linux-amd64",
+ "sha": "09269abbd18746c07efdc5b3d34967ed28e697649fab614bad7746bc3cf06963",
29
},
30
31
"oc": {
0 commit comments