Skip to content

Commit 0f2d2e7

Browse files
committed
Bump to v0.0.23
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent 1804059 commit 0f2d2e7

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.22/deploy/local-path-storage.yaml
30+
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.23/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.22" | kubectl apply -f -
41+
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.23" | kubectl apply -f -
4242
```
4343

4444
- Development
@@ -239,7 +239,7 @@ To uninstall, execute:
239239

240240
- Stable
241241
```
242-
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml
242+
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.23/deploy/local-path-storage.yaml
243243
```
244244

245245
- 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.22
5-
appVersion: "v0.0.22"
4+
version: 0.0.23
5+
appVersion: "v0.0.23"
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.22` |
59+
| `image.tag` | Local Path Provisioner image tag | `v0.0.23` |
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.22
7+
tag: v0.0.23
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
@@ -62,7 +62,7 @@ spec:
6262
serviceAccountName: local-path-provisioner-service-account
6363
containers:
6464
- name: local-path-provisioner
65-
image: rancher/local-path-provisioner:v0.0.22
65+
image: rancher/local-path-provisioner:v0.0.23
6666
imagePullPolicy: IfNotPresent
6767
command:
6868
- 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.22
19+
image: rancher/local-path-provisioner:v0.0.23
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
@@ -62,7 +62,7 @@ spec:
6262
serviceAccountName: local-path-provisioner-service-account
6363
containers:
6464
- name: local-path-provisioner
65-
image: rancher/local-path-provisioner:v0.0.22
65+
image: rancher/local-path-provisioner:v0.0.23
6666
imagePullPolicy: IfNotPresent
6767
command:
6868
- local-path-provisioner

0 commit comments

Comments
 (0)