From 35cdc0f4bd5295196974b84718d4fbb5e9a586fa Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Sun, 26 May 2019 16:35:48 -0700 Subject: [PATCH] fix icon based on https://sentry.io/branding/ (current icon url no longer works) (#14140) Signed-off-by: Asher Foa --- stable/sentry/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index d212562e64..e7bf26ec41 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.7 +version: 1.3.8 appVersion: 9.0 keywords: - debugging @@ -9,7 +9,7 @@ keywords: sources: - https://github.com/getsentry/sentry home: https://sentry.io/ -icon: https://sentry.io/_static/getsentry/images/branding/png/sentry-glyph-black.png +icon: https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png maintainers: - name: rothgar email: justin@linux.com