Skip to content

Commit

Permalink
test: use official image of kind
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Grisonnet <[email protected]>
  • Loading branch information
dgrisonnet committed May 16, 2024
1 parent 01b29a6 commit 39ef9fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o nounset

# Tool versions
K8S_VERSION=${KUBERNETES_VERSION:-v1.30.0} # cf https://hub.docker.com/r/kindest/node/tags
KIND_VERSION=${KIND_VERSION:-v0.22.2} # cf https://github.com/kubernetes-sigs/kind/releases
KIND_VERSION=${KIND_VERSION:-v0.23.0} # cf https://github.com/kubernetes-sigs/kind/releases
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.73.2} # cf https://github.com/prometheus-operator/prometheus-operator/releases

# Variables; set to empty if unbound/empty
Expand Down Expand Up @@ -90,8 +90,7 @@ if [[ -n "${KIND_E2E}" ]]; then
export PATH="${BIN}:${PATH}"
fi

# TODO: use the official image on a 1.30 version is available
kind create cluster --image "dgrisonnet/node:${K8S_VERSION}"
kind create cluster --image "kindest/node:${K8S_VERSION}"

REGISTRY="localhost"

Expand Down

0 comments on commit 39ef9fa

Please sign in to comment.