From 33478ff7e739ddce3247448d9470022ea8ae3dc2 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 21 Dec 2017 13:00:35 -0500 Subject: [PATCH] Adding OWNERS file for testlink (#3093) --- stable/testlink/.helmignore | 2 ++ stable/testlink/Chart.yaml | 2 +- stable/testlink/OWNERS | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 stable/testlink/OWNERS diff --git a/stable/testlink/.helmignore b/stable/testlink/.helmignore index 6b8710a711..b2767ae17e 100644 --- a/stable/testlink/.helmignore +++ b/stable/testlink/.helmignore @@ -1 +1,3 @@ .git +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index 3c6622a901..b465e05dbc 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,5 +1,5 @@ name: testlink -version: 0.4.15 +version: 0.4.16 appVersion: 1.9.16 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/stable/testlink/OWNERS b/stable/testlink/OWNERS new file mode 100644 index 0000000000..0d4d6f1291 --- /dev/null +++ b/stable/testlink/OWNERS @@ -0,0 +1,8 @@ +approvers: +- prydonius +- tompizmor +- sameersbn +reviewers: +- prydonius +- tompizmor +- sameersbn