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 ""