Skip to content

Commit 7b1dad8

Browse files
committed
chore(release): bump to v0.0.31
Signed-off-by: Derek Su <[email protected]>
1 parent d525577 commit 7b1dad8

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Diff for: README.md

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

4444
- Development
@@ -301,7 +301,7 @@ To uninstall, execute:
301301
302302
- Stable
303303
```
304-
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.30/deploy/local-path-storage.yaml
304+
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
305305
```
306306
307307
- Development

Diff for: deploy/chart/local-path-provisioner/Chart.yaml

+2-2
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.30
5-
appVersion: "v0.0.30"
4+
version: 0.0.31
5+
appVersion: "v0.0.31"
66
keywords:
77
- storage
88
- hostpath

Diff for: deploy/chart/local-path-provisioner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ default values.
5757
| ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
5858
| `commonLabels` | Custom labels to apply to all resources | `{}` |
5959
| `image.repository` | Local Path Provisioner image name | `rancher/local-path-provisioner` |
60-
| `image.tag` | Local Path Provisioner image tag | `v0.0.30` . |
60+
| `image.tag` | Local Path Provisioner image tag | `v0.0.31` . |
6161
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
6262
| `storageClass.create` | If true, create a `StorageClass` | `true` |
6363
| `storageClass.provisionerName` | The provisioner name for the storage class | `nil` |

Diff for: deploy/chart/local-path-provisioner/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commonLabels: {}
55

66
image:
77
repository: rancher/local-path-provisioner
8-
tag: v0.0.30
8+
tag: v0.0.31
99
pullPolicy: IfNotPresent
1010

1111
helperImage:

Diff for: deploy/local-path-storage.yaml

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

Diff for: deploy/provisioner.yaml

+1-1
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.30
19+
image: rancher/local-path-provisioner:v0.0.31
2020
imagePullPolicy: Always
2121
command:
2222
- local-path-provisioner

Diff for: examples/quota/local-path-storage.yaml

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

0 commit comments

Comments
 (0)