From 1a5099381967eef86ffaccfd3b98e2fbc361c7cb Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 14 Dec 2017 16:27:55 -0500 Subject: [PATCH] Adding an owners file for datadog --- stable/datadog/.helmignore | 2 ++ stable/datadog/Chart.yaml | 2 +- stable/datadog/OWNERS | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 stable/datadog/OWNERS diff --git a/stable/datadog/.helmignore b/stable/datadog/.helmignore index f0c1319444..46fd899656 100644 --- a/stable/datadog/.helmignore +++ b/stable/datadog/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 1d99df53b8..2ebc1cb50b 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 0.10.0 +version: 0.10.1 description: DataDog Agent keywords: - monitoring diff --git a/stable/datadog/OWNERS b/stable/datadog/OWNERS new file mode 100644 index 0000000000..9a36ec4ea2 --- /dev/null +++ b/stable/datadog/OWNERS @@ -0,0 +1,8 @@ +approvers: +- hkaj +- irabinovitch +- xvello +reviewers: +- hkaj +- irabinovitch +- xvello