mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
Update version to 3.0.2 (#7372)
Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
committed by
k8s-ci-robot
parent
a60c8ec778
commit
04c2c19148
@@ -1,9 +1,9 @@
|
||||
apiVersion: v1
|
||||
appVersion: 3.0.1
|
||||
appVersion: 3.0.2
|
||||
description: nfs-client is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
|
||||
name: nfs-client-provisioner
|
||||
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
sources:
|
||||
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||
maintainers:
|
||||
|
||||
@@ -48,7 +48,7 @@ The following tables lists the configurable parameters of this chart and their d
|
||||
| `replicaCount` | number of provisioner instances to deployed | `1` |
|
||||
| `strategyType` | specifies the strategy used to replace old Pods by new ones | `Recreate` |
|
||||
| `image.repository` | provisioner image | `quay.io/external_storage/nfs-client-provisioner` |
|
||||
| `image.tag` | version of provisioner image | `v3.0.1-k8s1.11` |
|
||||
| `image.tag` | version of provisioner image | `v3.0.2-k8s1.11` |
|
||||
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
|
||||
| `storageclass.name` | name of the storageclass | `nfs-client` |
|
||||
| `storageclass.defaultClass` | Set as the default StorageClass | `false` |
|
||||
|
||||
@@ -7,7 +7,7 @@ strategyType: Recreate
|
||||
|
||||
image:
|
||||
repository: quay.io/external_storage/nfs-client-provisioner
|
||||
tag: v3.0.1-k8s1.11
|
||||
tag: v3.0.2-k8s1.11
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nfs:
|
||||
|
||||
Reference in New Issue
Block a user