From 9a7c8cc376695106ac22b256b43970bdf2e342e9 Mon Sep 17 00:00:00 2001 From: Christian Ingenhaag Date: Tue, 12 Feb 2019 16:56:09 +0100 Subject: [PATCH] Nextcloud chart add OWNERS for further contribution (#11335) * add nextcloud chart Signed-off-by: Christian Ingenhaag * insert suggestions from reviews in #5180 Signed-off-by: Christian Ingenhaag * disable ingress per default Signed-off-by: Christian Ingenhaag * fix nextcloud e2e tests Signed-off-by: Christian Ingenhaag * [nextcloud] add owners file for further contribution Signed-off-by: Christian Ingenhaag --- stable/nextcloud/Chart.yaml | 2 +- stable/nextcloud/OWNERS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 stable/nextcloud/OWNERS diff --git a/stable/nextcloud/Chart.yaml b/stable/nextcloud/Chart.yaml index effadc5245..2c56b112fb 100644 --- a/stable/nextcloud/Chart.yaml +++ b/stable/nextcloud/Chart.yaml @@ -1,5 +1,5 @@ name: nextcloud -version: 1.0.0 +version: 1.0.1 appVersion: 15.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/stable/nextcloud/OWNERS b/stable/nextcloud/OWNERS new file mode 100644 index 0000000000..c9b3946080 --- /dev/null +++ b/stable/nextcloud/OWNERS @@ -0,0 +1,4 @@ +approvers: +- chrisingenhaag +reviewers: +- chrisingenhaag