diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index a6d19e3b37..d212562e64 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.6 +version: 1.3.7 appVersion: 9.0 keywords: - debugging diff --git a/stable/sentry/templates/hooks/db-init.job.yaml b/stable/sentry/templates/hooks/db-init.job.yaml index 85e219287b..08850c5ac0 100644 --- a/stable/sentry/templates/hooks/db-init.job.yaml +++ b/stable/sentry/templates/hooks/db-init.job.yaml @@ -11,7 +11,7 @@ metadata: annotations: # This is what defines this resource as a hook. Without this line, the # job is considered part of the release. - "helm.sh/hook": post-install + "helm.sh/hook": "post-install,post-upgrade" "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation" "helm.sh/hook-weight": "-5" spec: