From 09401911d37d0a361890304162e2eb8a2599caa2 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Feb 2026 03:44:00 +0200 Subject: [PATCH] fix: add Force sync option and sync wave for deployment replacement --- charts/open-meteo-service/templates/app-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/open-meteo-service/templates/app-deployment.yaml b/charts/open-meteo-service/templates/app-deployment.yaml index 2ab4573..b0baca0 100644 --- a/charts/open-meteo-service/templates/app-deployment.yaml +++ b/charts/open-meteo-service/templates/app-deployment.yaml @@ -3,7 +3,8 @@ kind: Deployment metadata: name: {{ include "open-meteo-service.fullname" . }} annotations: - argocd.argoproj.io/sync-options: Replace=true + argocd.argoproj.io/sync-options: Replace=true,Force=true + argocd.argoproj.io/sync-wave: "1" labels: {{- include "open-meteo-service.labels" . | nindent 4 }} app.kubernetes.io/component: api