Skip to content

Commit 6c8a86c

Browse files
committed
Local Path Provisioner v0.0.5 release
Fix the deployment in non-default namespace
1 parent b544ae5 commit 6c8a86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/local-path-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
serviceAccountName: local-path-provisioner-service-account
6161
containers:
6262
- name: local-path-provisioner
63-
image: rancher/local-path-provisioner:v0.0.4
63+
image: rancher/local-path-provisioner:v0.0.5
6464
imagePullPolicy: Always
6565
command:
6666
- local-path-provisioner

deploy/provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: local-path-provisioner-service-account
1717
containers:
1818
- name: local-path-provisioner
19-
image: rancher/local-path-provisioner:v0.0.4
19+
image: rancher/local-path-provisioner:v0.0.5
2020
imagePullPolicy: Always
2121
command:
2222
- local-path-provisioner

0 commit comments

Comments
 (0)