From abc89d051e6ae64ab3f06b0ae367c7cd38793534 Mon Sep 17 00:00:00 2001 From: Christian Ingenhaag Date: Tue, 21 May 2019 08:30:41 +0200 Subject: [PATCH] [nextcloud/stable] update owners (#13997) Signed-off-by: Christian Ingenhaag --- stable/nextcloud/Chart.yaml | 4 +++- stable/nextcloud/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/nextcloud/Chart.yaml b/stable/nextcloud/Chart.yaml index 878ab81350..84a460ce5c 100644 --- a/stable/nextcloud/Chart.yaml +++ b/stable/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nextcloud -version: 1.0.4 +version: 1.0.5 appVersion: 15.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: @@ -16,3 +16,5 @@ sources: maintainers: - name: chrisingenhaag email: christian.ingenhaag@googlemail.com +- name: billimek + email: jeff@billimek.com diff --git a/stable/nextcloud/OWNERS b/stable/nextcloud/OWNERS index c9b3946080..7936f915ea 100644 --- a/stable/nextcloud/OWNERS +++ b/stable/nextcloud/OWNERS @@ -1,4 +1,6 @@ approvers: - chrisingenhaag +- billimek reviewers: - chrisingenhaag +- billimek