From c6ff67e2159c0fa15a268a0985ffdfb2fabf4a8d Mon Sep 17 00:00:00 2001 From: Marius Voila Date: Mon, 7 Oct 2019 17:23:11 +0200 Subject: [PATCH] Call for maintainers for charts with a single OWNER (#16945) this commit is part of #13867 Signed-off-by: Marius Voila --- stable/efs-provisioner/Chart.yaml | 4 +++- stable/efs-provisioner/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/efs-provisioner/Chart.yaml b/stable/efs-provisioner/Chart.yaml index 1ecfddcc86..60d459ad0e 100644 --- a/stable/efs-provisioner/Chart.yaml +++ b/stable/efs-provisioner/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: efs-provisioner description: A Helm chart for the AWS EFS external storage provisioner -version: 0.7.0 +version: 0.7.1 appVersion: v2.2.0-k8s1.12 home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs sources: @@ -10,3 +10,5 @@ sources: maintainers: - name: whereisaaron email: aaron@roydhouse.com + - name: mariusv + email: myself@mariusv.com diff --git a/stable/efs-provisioner/OWNERS b/stable/efs-provisioner/OWNERS index 05baa447df..d36d44df8f 100644 --- a/stable/efs-provisioner/OWNERS +++ b/stable/efs-provisioner/OWNERS @@ -1,6 +1,8 @@ approvers: - hareku - srueg +- mariusv reviewers: - hareku - srueg +- mariusv