mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
93692bc956
commit
551fbb5d5a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user