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