diff --git a/testing/scripts/Makefile b/testing/scripts/Makefile index ec385da178..4d7074c1c2 100644 --- a/testing/scripts/Makefile +++ b/testing/scripts/Makefile @@ -120,7 +120,7 @@ install_istio: .PHONY: install_keda install_keda: # Server-side apply avoids storing the huge CRD manifest in annotations. - kubectl apply --server-side --force-conflicts -f https://github.com/kedacore/keda/releases/download/v2.12.0/keda-2.12.0.yaml + kubectl apply --server-side --force-conflicts -f https://github.com/kedacore/keda/releases/download/v2.17.3/keda-2.17.3.yaml kubectl wait --timeout=2m --for=condition=available deployment/keda-operator -n keda .PHONY: create_namespaces