From 82ea2fa993456486c785f28dce830d9a8627e58b Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 5 Sep 2019 09:29:51 +0300 Subject: [PATCH] Update Kubernetes Kind to v0.5.1 --- charts/podinfo/templates/tests/grpc.yaml | 2 +- e2e/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/podinfo/templates/tests/grpc.yaml b/charts/podinfo/templates/tests/grpc.yaml index f9a034f..ef46735 100644 --- a/charts/podinfo/templates/tests/grpc.yaml +++ b/charts/podinfo/templates/tests/grpc.yaml @@ -11,7 +11,7 @@ metadata: "helm.sh/hook": test-success spec: containers: - - name: grpc_health_probe + - name: grpc-health-probe image: stefanprodan/grpc_health_probe:v0.3.0 command: ['grpc_health_probe'] args: ['-addr={{ template "podinfo.fullname" . }}:{{ .Values.service.grpcPort }}'] diff --git a/e2e/bootstrap.sh b/e2e/bootstrap.sh index 7fa66c6..a05a066 100755 --- a/e2e/bootstrap.sh +++ b/e2e/bootstrap.sh @@ -3,7 +3,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -KIND_VERSION=v0.4.0 +KIND_VERSION=v0.5.1 if [[ "$1" ]]; then KIND_VERSION=$1