Skip to content

Commit

Permalink
Local Path Provisioner v0.0.7 release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yasker committed Apr 26, 2019
1 parent 582896f commit 20c6fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/local-path-storage.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.7
imagePullPolicy: Always
command:
- local-path-provisioner
Expand Down
2 changes: 1 addition & 1 deletion deploy/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20c6fb5

Please sign in to comment.