update Helm chart and readme to reflect support from kubeVersion >=1.21
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
parent
cae12629e9
commit
45d3285dd9
|
|
@ -1,10 +1,10 @@
|
|||
apiVersion: v1
|
||||
appVersion: 4.0.2
|
||||
appVersion: 4.0.3
|
||||
description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
|
||||
name: nfs-subdir-external-provisioner
|
||||
home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
|
||||
version: 4.0.19
|
||||
kubeVersion: ">=1.9.0-0"
|
||||
version: 4.0.20
|
||||
kubeVersion: ">=1.21.0-0"
|
||||
sources:
|
||||
- https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
|
||||
keywords:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ This charts installs custom [storage class](https://kubernetes.io/docs/concepts/
|
|||
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes >=1.9
|
||||
- Kubernetes >=1.21
|
||||
- Existing NFS Share
|
||||
|
||||
## Installing the Chart
|
||||
|
|
|
|||
Loading…
Reference in New Issue