Skip to content

Commit

Permalink
Update version to 3.0.2 (helm#7372)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Verwilst <bart@verwilst.be>
Signed-off-by: Marek Bartik <mab@revolgy.com>
Signed-off-by: Marek Bartik <bartimar6@gmail.com>
  • Loading branch information
verwilst authored and marekaf committed Sep 4, 2018
1 parent 66fe46c commit 2aa10b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/nfs-client-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/nfs-client-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/nfs-client-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2aa10b4

Please sign in to comment.