From bf32ca0aaa2d0504c36b2526bb600364a5d5a558 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 17 Oct 2024 11:28:22 +0200 Subject: [PATCH] chore(helm): change helm hook to post upgrde, since pre-upgrde triggered before install Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/databases/templates/job.yaml b/scripts/helmcharts/databases/templates/job.yaml index 99d97f26f..27ec9fe11 100644 --- a/scripts/helmcharts/databases/templates/job.yaml +++ b/scripts/helmcharts/databases/templates/job.yaml @@ -6,7 +6,7 @@ metadata: name: update-db-passwords namespace: "{{ .Release.Namespace }}" annotations: - "helm.sh/hook": pre-upgrade + "helm.sh/hook": post-upgrade "helm.sh/hook-weight": "-6" # Higher precidence, so the first the config map will get created. spec: template: