Skip to content

Commit cf3be50

Browse files
committed
Update to v0.0.26
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent 910bf42 commit cf3be50

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a
2727

2828
- Stable
2929
```
30-
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml
30+
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
3131
```
3232

3333
- Development
@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
3838
Or, use `kustomize` to deploy.
3939
- Stable
4040
```
41-
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.25" | kubectl apply -f -
41+
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.26" | kubectl apply -f -
4242
```
4343

4444
- Development
@@ -294,7 +294,7 @@ To uninstall, execute:
294294
295295
- Stable
296296
```
297-
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml
297+
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
298298
```
299299
300300
- Development

deploy/local-path-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
serviceAccountName: local-path-provisioner-service-account
8989
containers:
9090
- name: local-path-provisioner
91-
image: rancher/local-path-provisioner:v0.0.25
91+
image: rancher/local-path-provisioner:v0.0.26
9292
imagePullPolicy: IfNotPresent
9393
command:
9494
- 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.25
19+
image: rancher/local-path-provisioner:v0.0.26
2020
imagePullPolicy: Always
2121
command:
2222
- local-path-provisioner

examples/quota/local-path-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
serviceAccountName: local-path-provisioner-service-account
8989
containers:
9090
- name: local-path-provisioner
91-
image: rancher/local-path-provisioner:v0.0.25
91+
image: rancher/local-path-provisioner:v0.0.26
9292
imagePullPolicy: IfNotPresent
9393
command:
9494
- local-path-provisioner

0 commit comments

Comments
 (0)