Skip to content
Snippets Groups Projects
Commit 20c6fb5c authored by Sheng Yang's avatar Sheng Yang
Browse files

Local Path Provisioner v0.0.7 release

Thanks to @vvitkovskiy, now the helper pod tolerates all the taints.

Since the pod is able to use the node, the helper pod should be able to
run on the node as well.
parent 582896f1
No related branches found
Tags v0.0.7
No related merge requests found
......@@ -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.7
imagePullPolicy: Always
command:
- local-path-provisioner
......
......@@ -16,7 +16,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.7
imagePullPolicy: Always
command:
- local-path-provisioner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment