Skip to content

Commit 6667eb6

Browse files
committed
Upgrading Keda to match the go.mod dependencies in operator and executor (#7067)
1 parent 12ff887 commit 6667eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scripts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install_istio:
120120
.PHONY: install_keda
121121
install_keda:
122122
# 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
123+
kubectl apply --server-side --force-conflicts -f https://github.com/kedacore/keda/releases/download/v2.17.3/keda-2.17.3.yaml
124124
kubectl wait --timeout=2m --for=condition=available deployment/keda-operator -n keda
125125

126126
.PHONY: create_namespaces

0 commit comments

Comments
 (0)