mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-09-06 12:57:18 +00:00
Split run-e2e-tests.sh into test/lib helpers for kind setup, dependency install, shared utilities, and centralized version defaults.
7 lines
287 B
Bash
7 lines
287 B
Bash
# E2E tool version defaults. Override via environment variables.
|
|
# Keep .github/workflows/manifests.yaml matrix versions in sync with these values.
|
|
|
|
K8S_VERSION=${KUBERNETES_VERSION:-v1.36.1}
|
|
KIND_VERSION=${KIND_VERSION:-v0.31.0}
|
|
METRICS_SERVER_VERSION=${METRICS_SERVER_VERSION:-v0.8.1}
|