From 4e209a1d76a6f7b74bc24f08062d64906227a45e Mon Sep 17 00:00:00 2001 From: Mikhail Naletov <36846182+okgolove@users.noreply.github.com> Date: Wed, 15 May 2019 17:22:30 +0300 Subject: [PATCH] Added okgolove as a maintainer for sentry chart (#13872) Signed-off-by: Mikhail Naletov --- stable/sentry/Chart.yaml | 4 +++- stable/sentry/OWNERS | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 stable/sentry/OWNERS diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index 6d4ef6dca9..db4f35a6a7 100644 --- a/stable/sentry/Chart.yaml +++ b/stable/sentry/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Sentry is a cross-platform crash reporting and aggregation platform. name: sentry -version: 1.3.4 +version: 1.3.5 appVersion: 9.0 keywords: - debugging @@ -13,3 +13,5 @@ icon: https://sentry.io/_static/getsentry/images/branding/png/sentry-glyph-black maintainers: - name: rothgar email: justin@linux.com + - name: okgolove + email: okgolove@markeloff.net diff --git a/stable/sentry/OWNERS b/stable/sentry/OWNERS new file mode 100644 index 0000000000..165767d85f --- /dev/null +++ b/stable/sentry/OWNERS @@ -0,0 +1,4 @@ +approvers: +- okgolove +reviewers: +- okgolove