Files
descheduler/test/lib/e2e-versions.env
T
Amir Alavi fb908401dd refactor(test): extract e2e test scripts into reusable lib modules
Split run-e2e-tests.sh into test/lib helpers for kind setup, dependency
install, shared utilities, and centralized version defaults.
2026-08-10 16:56:26 -04:00

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}