Update Kubernetes Kind to v0.5.1

This commit is contained in:
stefanprodan
2019-09-05 09:29:51 +03:00
parent d84913c31e
commit 82ea2fa993
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}']

View File

@@ -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