We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff887 commit 6667eb6Copy full SHA for 6667eb6
testing/scripts/Makefile
@@ -120,7 +120,7 @@ install_istio:
120
.PHONY: install_keda
121
install_keda:
122
# Server-side apply avoids storing the huge CRD manifest in annotations.
123
- 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
124
kubectl wait --timeout=2m --for=condition=available deployment/keda-operator -n keda
125
126
.PHONY: create_namespaces
0 commit comments