Skip to content

Commit

Permalink
TYPO: Fix versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Oct 11, 2024
1 parent c74f0fa commit 58b7295
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bin/create-autoscaler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ if [ "${GRPC_PROVIDER}" = "externalgrpc" ]; then
fi

case ${KUBERNETES_MINOR_RELEASE} in
29|30|31)
30)
CLUSTER_AUTOSCALER_VERSION=v1.30.0
CLOUD_AUTOSCALER_VERSION=v1.31.0-dev
CLOUD_AUTOSCALER_VERSION=v1.30.5
;;
31)
CLUSTER_AUTOSCALER_VERSION=v1.31.0
CLOUD_AUTOSCALER_VERSION=v1.31.0
;;
*)
echo "Former version aren't supported by cloud autoscaler"
Expand Down

0 comments on commit 58b7295

Please sign in to comment.