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