tests/e2e.sh: Bump Prometheus to 1.12.0, Kubernetes to 1.15.3

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger 2019-08-26 19:17:35 +02:00
parent e03540f06b
commit 8a96896eaf
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
set -e
set -o pipefail
KUBERNETES_VERSION=v1.15.2
KUBERNETES_VERSION=v1.15.3
KUBE_STATE_METRICS_LOG_DIR=./log
KUBE_STATE_METRICS_IMAGE_NAME='quay.io/coreos/kube-state-metrics'
PROMETHEUS_VERSION=2.11.2
PROMETHEUS_VERSION=2.12.0
E2E_SETUP_MINIKUBE=${E2E_SETUP_MINIKUBE:-}
E2E_SETUP_KUBECTL=${E2E_SETUP_KUBECTL:-}
E2E_SETUP_PROMTOOL=${E2E_SETUP_PROMTOOL:-}