From 0dd1c19bea9232add92843ba94c746d135489d90 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Sat, 1 Jul 2017 04:53:38 -0700 Subject: [PATCH] sentry: use unversioned icon url (#1303) This will be more likely to not 404 constantly. :) --- stable/sentry/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index fbff726bba..61706ce1ba 100644 --- a/stable/sentry/Chart.yaml +++ b/stable/sentry/Chart.yaml @@ -8,7 +8,7 @@ keywords: sources: - https://github.com/getsentry/sentry home: https://sentry.io/ -icon: https://a0wx592cvgzripj.global.ssl.fastly.net/_static/6571516f8aed42e4172c9c439ba814c6/getsentry/images/branding/png/sentry-glyph-black.png +icon: https://sentry.io/_static/getsentry/images/branding/png/sentry-glyph-black.png maintainers: - name: rothgar email: justin@linux.com