Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Update version to 3.0.2 #7372

Merged
merged 1 commit into from
Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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