Skip to content

Commit 470d143

Browse files
committed
Bump to v0.0.25
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent 5895d2d commit 470d143

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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.24/deploy/local-path-storage.yaml
30+
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/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.24" | kubectl apply -f -
41+
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.25" | 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.24/deploy/local-path-storage.yaml
297+
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml
298298
```
299299
300300
- Development

deploy/chart/local-path-provisioner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Use HostPath for persistent local storage with Kubernetes
33
name: local-path-provisioner
4-
version: 0.0.24
5-
appVersion: "v0.0.24"
4+
version: 0.0.25
5+
appVersion: "v0.0.25"
66
keywords:
77
- storage
88
- hostpath

deploy/chart/local-path-provisioner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ default values.
5656
| Parameter | Description | Default |
5757
| ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
5858
| `image.repository` | Local Path Provisioner image name | `rancher/local-path-provisioner` |
59-
| `image.tag` | Local Path Provisioner image tag | `v0.0.24` |
59+
| `image.tag` | Local Path Provisioner image tag | `v0.0.25` |
6060
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
6161
| `storageClass.create` | If true, create a `StorageClass` | `true` |
6262
| `storageClass.provisionerName` | The provisioner name for the storage class | `nil` |

deploy/chart/local-path-provisioner/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ replicaCount: 1
44

55
image:
66
repository: rancher/local-path-provisioner
7-
tag: v0.0.24
7+
tag: v0.0.25
88
pullPolicy: IfNotPresent
99

1010
helperImage:

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.24
91+
image: rancher/local-path-provisioner:v0.0.25
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.24
19+
image: rancher/local-path-provisioner:v0.0.25
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.24
91+
image: rancher/local-path-provisioner:v0.0.25
9292
imagePullPolicy: IfNotPresent
9393
command:
9494
- local-path-provisioner

0 commit comments

Comments
 (0)