From 6aec140b796633f5e362d5b3f4d58d601e1e028e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 1 Jan 2021 16:18:57 +0000 Subject: [PATCH] [nfs-client-provisioner] Remove depreciation tag (#13) * [nfs-client-provisioner] Remove depreciation tag * [nfs-client-provisioner] Add maintainers --- charts/nfs-client-provisioner/Chart.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/nfs-client-provisioner/Chart.yaml b/charts/nfs-client-provisioner/Chart.yaml index 392daa3..489927e 100644 --- a/charts/nfs-client-provisioner/Chart.yaml +++ b/charts/nfs-client-provisioner/Chart.yaml @@ -3,10 +3,12 @@ appVersion: 3.1.0 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: 1.2.12 +version: 1.2.13 sources: -- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client -deprecated: true + - https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client keywords: -- nfs -- storage + - nfs + - storage +maintainers: + - name: nikdoof + email: andy@tensixtyone.com