Skip to content

Commit

Permalink
update the version used in the get-kube-binaries.sh script to k8s 1.2…
Browse files Browse the repository at this point in the history
…5.4 and etcd v3.5.6

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Dec 13, 2022
1 parent 7be7a39 commit eafca50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/get-kube-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ set -euo pipefail
# The integration test framework expects these binaries to be found in the PATH.

# This is the kube-apiserver version to test against.
KUBE_VERSION="${KUBE_VERSION:-v1.16.2}"
KUBE_VERSION="${KUBE_VERSION:-v1.25.4}"
KUBERNETES_RELEASE_URL="${KUBERNETES_RELEASE_URL:-https://dl.k8s.io}"

# This should be the etcd version downloaded by kubernetes/hack/lib/etcd.sh
# as of the above Kubernetes version.
ETCD_VERSION="${ETCD_VERSION:-v3.3.15}"
ETCD_VERSION="${ETCD_VERSION:-v3.5.6}"
ETCD_RELEASE_URL="${ETCD_RELEASE_URL:-https://github.com/coreos/etcd/releases/download}"

DIR="${BASH_SOURCE%/*}"
Expand Down

0 comments on commit eafca50

Please sign in to comment.