From 6d33cacdbb9f41b2638be6e6ba65ead1006cefdb Mon Sep 17 00:00:00 2001 From: KUOKA Yusuke Date: Mon, 15 Apr 2019 23:44:09 +0900 Subject: [PATCH] [stable/apm-server] add @mumoshu to OWNERS (#12066) As I am the original author of the chart. Currently I miss the privilege to put LGTM any pull rquest to chart due to the situation, as seen in https://github.com/helm/charts/pull/11661#issuecomment-471587560 Signed-off-by: Yusuke Kuoka --- stable/apm-server/Chart.yaml | 2 +- stable/apm-server/OWNERS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 stable/apm-server/OWNERS diff --git a/stable/apm-server/Chart.yaml b/stable/apm-server/Chart.yaml index db585822a2..a5b5b23121 100644 --- a/stable/apm-server/Chart.yaml +++ b/stable/apm-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: The server receives data from the Elastic APM agents and stores the data into a datastore like Elasticsearch icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: apm-server -version: 2.0.0 +version: 2.0.1 appVersion: 6.6.2 home: https://www.elastic.co/solutions/apm sources: diff --git a/stable/apm-server/OWNERS b/stable/apm-server/OWNERS new file mode 100644 index 0000000000..645840a921 --- /dev/null +++ b/stable/apm-server/OWNERS @@ -0,0 +1,4 @@ +approvers: +- mumoshu +reviewers: +- mumoshu