mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
test: bump test dependencies
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
aba25ac4aa
commit
d3784c5725
1 changed files with 5 additions and 4 deletions
|
|
@ -19,9 +19,9 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
# Tool versions
|
# Tool versions
|
||||||
K8S_VERSION=${KUBERNETES_VERSION:-v1.26.0} # cf https://hub.docker.com/r/kindest/node/tags
|
K8S_VERSION=${KUBERNETES_VERSION:-v1.30.0} # cf https://hub.docker.com/r/kindest/node/tags
|
||||||
KIND_VERSION=${KIND_VERSION:-v0.17.0} # cf https://github.com/kubernetes-sigs/kind/releases
|
KIND_VERSION=${KIND_VERSION:-v0.22.2} # cf https://github.com/kubernetes-sigs/kind/releases
|
||||||
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.62.0} # cf https://github.com/prometheus-operator/prometheus-operator/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
|
# Variables; set to empty if unbound/empty
|
||||||
REGISTRY=${REGISTRY:-}
|
REGISTRY=${REGISTRY:-}
|
||||||
|
|
@ -90,7 +90,8 @@ if [[ -n "${KIND_E2E}" ]]; then
|
||||||
export PATH="${BIN}:${PATH}"
|
export PATH="${BIN}:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kind create cluster --image "kindest/node:${K8S_VERSION}"
|
# TODO: use the official image on a 1.30 version is available
|
||||||
|
kind create cluster --image "dgrisonnet/node:${K8S_VERSION}"
|
||||||
|
|
||||||
REGISTRY="localhost"
|
REGISTRY="localhost"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue