From 28d139cb0c19d3c7984b2b2da1b25c5ba388d814 Mon Sep 17 00:00:00 2001 From: Prafull Ladha Date: Wed, 17 Apr 2024 00:03:52 +0530 Subject: [PATCH] Upgrade preflight version from 1.2.1 to 1.9.1 (#1035) --- 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": {