diff --git a/postal/values.yaml b/postal/values.yaml index f74461d..562742d 100644 --- a/postal/values.yaml +++ b/postal/values.yaml @@ -341,6 +341,10 @@ jobs: # Bootstrap MariaDB initialize: enable: true # is it the right value ? + annotations: + helm.sh/hook: "post-install,post-upgrade" + helm.sh/hook-delete-policy: "before-hook-creation" + helm.sh/hook-weight: "1" image: repository: ghcr.io/postalserver/postal pullPolicy: IfNotPresent