Skip to content

Commit fc79f07

Browse files
committed
Local Path Provisioner v0.0.15 release
Thanks to @nicktming, now we support customized setup/teardown scripts. Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
1 parent 97cb33d commit fc79f07

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

deploy/chart/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.14
5-
appVersion: "v0.0.14"
4+
version: 0.0.15
5+
appVersion: "v0.0.15"
66
keywords:
77
- storage
88
- hostpath

deploy/chart/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.14` |
59+
| `image.tag` | Local Path Provisioner image tag | `v0.0.15` |
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/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.14
7+
tag: v0.0.15
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
@@ -58,7 +58,7 @@ spec:
5858
serviceAccountName: local-path-provisioner-service-account
5959
containers:
6060
- name: local-path-provisioner
61-
image: rancher/local-path-provisioner:v0.0.14
61+
image: rancher/local-path-provisioner:v0.0.15
6262
imagePullPolicy: IfNotPresent
6363
command:
6464
- 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.14
19+
image: rancher/local-path-provisioner:v0.0.15
2020
imagePullPolicy: Always
2121
command:
2222
- local-path-provisioner

0 commit comments

Comments
 (0)