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

Local Path Provisioner v0.0.4 release

Thanks to Reinhard Nägele <unguiculus@gmail.com>, one additional PR has
been merged to correctly fix https://github.com/rancher/local-path-provisioner/issues/7 .

See commit message and https://github.com/rancher/local-path-provisioner/pull/9 for details
parent b8bd3b1f
Branches
Tags v0.0.4
No related merge requests found
...@@ -60,7 +60,7 @@ spec: ...@@ -60,7 +60,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.3 image: rancher/local-path-provisioner:v0.0.4
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.3 image: rancher/local-path-provisioner:v0.0.4
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment