From bffcc73181a9cce3773785b5d18f14f985afc98b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:36:06 +0000 Subject: [PATCH] Update dependency open-policy-agent/gatekeeper to v3.18.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 7f8e9e8..ea41879 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.1" +gatekeeper_version="v3.18.1" cleanup_gatekeeper_constraints() { echo ""