From f55344fd9a0eb5c5f8fc1149405f6b3f71003cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:57:39 +0000 Subject: [PATCH] Update dependency open-policy-agent/gatekeeper to v3.17.1 --- _test/deploy-gatekeeper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/deploy-gatekeeper.sh b/_test/deploy-gatekeeper.sh index 1f254a5..7f8e9e8 100755 --- a/_test/deploy-gatekeeper.sh +++ b/_test/deploy-gatekeeper.sh @@ -6,7 +6,7 @@ command -v oc &> /dev/null || { echo >&2 'ERROR: oc not installed - Aborting'; e command -v konstraint &> /dev/null || { echo >&2 'ERROR: konstraint not installed - Aborting'; exit 1; } # renovate: datasource=github-releases depName=open-policy-agent/gatekeeper -gatekeeper_version="v3.17.0" +gatekeeper_version="v3.17.1" cleanup_gatekeeper_constraints() { echo ""