Skip to content

Commit 85ab5a7

Browse files
committed
chore(charts): change upgrade helm hook
1 parent 235a3fd commit 85ab5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/controller/templates/controller-job-upgrade.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: drycc-controller-job-upgrade
55
annotations:
66
component.drycc.cc/version: {{ .Values.imageTag }}
7-
helm.sh/hook: post-install,pre-upgrade,pre-rollback
8-
helm.sh/hook-delete-policy: before-hook-creation
7+
helm.sh/hook: post-install,post-upgrade,post-rollback
8+
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
99
spec:
1010
template:
1111
spec:

0 commit comments

Comments
 (0)