From 503e4a4ad5060e2b3fea0b24a6f19b4d8467ed8a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 12 Nov 2024 12:07:57 -0800 Subject: [PATCH] fix argo cd annotations --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index ec319fe66..40be5e502 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -5,8 +5,8 @@ kind: Job metadata: name: {{ include "litellm.fullname" . }}-migrations annotations: - "helm.sh/hook": pre-install,pre-upgrade - "helm.sh/hook-weight": "0" + argocd.argoproj.io/hook: PreSync + argocd.argoproj.io/hook-delete-policy: HookSucceeded spec: template: spec: