File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Use HostPath for persistent local storage with Kubernetes
3
3
name : local-path-provisioner
4
- version : 0.0.14
5
- appVersion : " v0.0.14 "
4
+ version : 0.0.15
5
+ appVersion : " v0.0.15 "
6
6
keywords :
7
7
- storage
8
8
- hostpath
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ default values.
56
56
| Parameter | Description | Default |
57
57
| ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
58
58
| ` 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 ` |
60
60
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
61
61
| ` storageClass.create ` | If true, create a ` StorageClass ` | ` true ` |
62
62
| ` storageClass.provisionerName ` | The provisioner name for the storage class | ` nil ` |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ replicaCount: 1
4
4
5
5
image :
6
6
repository : rancher/local-path-provisioner
7
- tag : v0.0.14
7
+ tag : v0.0.15
8
8
pullPolicy : IfNotPresent
9
9
10
10
helperImage :
Original file line number Diff line number Diff line change 58
58
serviceAccountName : local-path-provisioner-service-account
59
59
containers :
60
60
- name : local-path-provisioner
61
- image : rancher/local-path-provisioner:v0.0.14
61
+ image : rancher/local-path-provisioner:v0.0.15
62
62
imagePullPolicy : IfNotPresent
63
63
command :
64
64
- local-path-provisioner
Original file line number Diff line number Diff line change 16
16
serviceAccountName : local-path-provisioner-service-account
17
17
containers :
18
18
- name : local-path-provisioner
19
- image : rancher/local-path-provisioner:v0.0.14
19
+ image : rancher/local-path-provisioner:v0.0.15
20
20
imagePullPolicy : Always
21
21
command :
22
22
- local-path-provisioner
You can’t perform that action at this time.
0 commit comments