Skip to content

Commit

Permalink
bump versions of prometheus,kubernetes, and addon-resizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed Apr 18, 2019
1 parent 5bcff06 commit e084d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
initialDelaySeconds: 5
timeoutSeconds: 5
- name: addon-resizer
image: k8s.gcr.io/addon-resizer:1.8.3
image: k8s.gcr.io/addon-resizer:1.8.4
resources:
limits:
cpu: 150m
Expand Down
7 changes: 4 additions & 3 deletions tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
set -e
set -o pipefail

KUBERNETES_VERSION=v1.14.0
KUBERNETES_VERSION=v1.14.1
KUBE_STATE_METRICS_LOG_DIR=./log
KUBE_STATE_METRICS_IMAGE_NAME='quay.io/coreos/kube-state-metrics'
PROMETHEUS_VERSION=2.0.0
PROMETHEUS_VERSION=2.9.1
E2E_SETUP_MINIKUBE=${E2E_SETUP_MINIKUBE:-}
E2E_SETUP_KUBECTL=${E2E_SETUP_KUBECTL:-}
E2E_SETUP_PROMTOOL=${E2E_SETUP_PROMTOOL:-}
MINIKUBE_VERSION=v1.0.0
MINIKUBE_DRIVER=${MINIKUBE_DRIVER:-virtualbox}
SUDO=${SUDO:-}

Expand All @@ -38,7 +39,7 @@ function finish() {
}

function setup_minikube() {
curl -sLo minikube https://storage.googleapis.com/minikube/releases/v1.0.0/minikube-linux-amd64 \
curl -sLo minikube https://storage.googleapis.com/minikube/releases/${MINIKUBE_VERSION}/minikube-linux-amd64 \
&& chmod +x minikube \
&& ${SUDO} mv minikube /usr/local/bin/
}
Expand Down

0 comments on commit e084d5a

Please sign in to comment.