From 551fbb5d5a6bf34f6887a15777f8b978ea6074c7 Mon Sep 17 00:00:00 2001 From: Brendan <2324569+gordcorp@users.noreply.github.com> Date: Wed, 22 May 2019 04:04:10 +1000 Subject: [PATCH] [stable/sentry] Add post-upgrade hook to db-init job (#13845) * Add post-upgrade hook to db-init job Signed-off-by: Brendan Gordon * Incrementing the versiono Signed-off-by: Matt Farina * Bump version Signed-off-by: Brendan Gordon --- stable/sentry/Chart.yaml | 2 +- stable/sentry/templates/hooks/db-init.job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: