Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato committed Jun 17, 2019
1 parent 0636a9d commit 6a79533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/kind/test/local-path-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a79533

Please sign in to comment.