diff --git a/stable/nfs-client-provisioner/Chart.yaml b/stable/nfs-client-provisioner/Chart.yaml index 98134dae8482..b5355c4172a3 100644 --- a/stable/nfs-client-provisioner/Chart.yaml +++ b/stable/nfs-client-provisioner/Chart.yaml @@ -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: diff --git a/stable/nfs-client-provisioner/README.md b/stable/nfs-client-provisioner/README.md index d9bb3652558b..e158de518b5c 100644 --- a/stable/nfs-client-provisioner/README.md +++ b/stable/nfs-client-provisioner/README.md @@ -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` | diff --git a/stable/nfs-client-provisioner/values.yaml b/stable/nfs-client-provisioner/values.yaml index 9eb72b3fe5b8..a307ba74672a 100644 --- a/stable/nfs-client-provisioner/values.yaml +++ b/stable/nfs-client-provisioner/values.yaml @@ -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: