From f5b797d72f7ce4942de247318f92a0e2d4c5e78e Mon Sep 17 00:00:00 2001 From: prafull01 Date: Tue, 16 Apr 2024 16:46:58 +0530 Subject: [PATCH] Upgrade preflight version from 1.2.1 to 1.9.1 --- hack/bin/deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/bin/deps.bzl b/hack/bin/deps.bzl index d74aa8ebf..b895da5ab 100644 --- a/hack/bin/deps.bzl +++ b/hack/bin/deps.bzl @@ -25,8 +25,8 @@ OPENSHIFT_BINS = { "preflight": { # currently, preflight is only available on linux "preflight_linux": { - "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.2.1/preflight-linux-amd64", - "sha": "e5754a81d4baae4f4956fc0842179a3daeac4778e202450f886a9afb05d218ba", + "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1/preflight-linux-amd64", + "sha": "626f0899d2551063a141b86e5c7559bc1f9e0079ecc4585e951ac5e5df28f13a", }, }, "oc": {