From 47d961d607d476dc5fa7338dd6748a5a75d95ca1 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Mon, 24 Feb 2025 10:03:03 +0000 Subject: [PATCH] testing gatekeeper v3.19.0-beta.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 36b29df..4bdf39c 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.18.2" +gatekeeper_version="v3.19.0-beta.1" cleanup_gatekeeper_constraints() { echo ""