From 923b4a0c56154d332e10b8706426f699ce4bd018 Mon Sep 17 00:00:00 2001 From: prafull01 Date: Thu, 6 Feb 2025 10:13:55 +0530 Subject: [PATCH] Update preflight binary version --- 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 2e564f7a4..15596df3c 100644 --- a/hack/bin/deps.bzl +++ b/hack/bin/deps.bzl @@ -24,8 +24,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.10.2/preflight-linux-amd64", - "sha": "776d04669304d3185c40522bed9a6dc1aa9cd80014a203fe01552b98bfa9554b", + "url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.11.1/preflight-linux-amd64", + "sha": "ec4abfa6afd8952027cf15a4b05b80317edb18572184c33018769d6f39443af5", }, }, "oc": {