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