[stable/sentry] Add post-upgrade hook to db-init job (#13845)

* Add post-upgrade hook to db-init job

Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au>

* Incrementing  the versiono

Signed-off-by: Matt Farina <matt@mattfarina.com>

* Bump version

Signed-off-by: Brendan Gordon <brendan.gordon@digital.gov.au>
This commit is contained in:
Brendan
2019-05-21 11:04:10 -07:00
committed by Kubernetes Prow Robot
parent 93692bc956
commit 551fbb5d5a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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: