From 6a795333e17c0cbf3d8107212bc9b9bb908862f7 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 17 Jun 2019 13:35:57 +0200 Subject: [PATCH] refresh Signed-off-by: Carlos Panato --- e2e-kind.sh | 2 +- examples/kind/test/local-path-provisioner.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-kind.sh b/e2e-kind.sh index 98a8e06a..95bdbd9a 100755 --- a/e2e-kind.sh +++ b/e2e-kind.sh @@ -5,7 +5,7 @@ set -o nounset set -o pipefail readonly CLUSTER_NAME=chart-testing -readonly K8S_VERSION=v1.13.4 +readonly K8S_VERSION=v1.14.1 create_kind_cluster() { kind create cluster --name "$CLUSTER_NAME" --image "kindest/node:$K8S_VERSION" --wait 60s diff --git a/examples/kind/test/local-path-provisioner.yaml b/examples/kind/test/local-path-provisioner.yaml index 4a33f362..2871e421 100644 --- a/examples/kind/test/local-path-provisioner.yaml +++ b/examples/kind/test/local-path-provisioner.yaml @@ -60,7 +60,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.6 + image: rancher/local-path-provisioner:v0.0.9 imagePullPolicy: Always command: - local-path-provisioner