From 312eb09d5a3395db2ad928f0cdb4a4d931651351 Mon Sep 17 00:00:00 2001 From: Sergi Alonso <45431066+sergialonsaco@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:14:29 +0100 Subject: [PATCH] Update charts/argocd-apps/ci/applications-values.yaml Updating default to `null` in order to avoid changing default behavior Signed-off-by: Sergi Alonso <45431066+sergialonsaco@users.noreply.github.com> --- charts/argocd-apps/ci/applications-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argocd-apps/ci/applications-values.yaml b/charts/argocd-apps/ci/applications-values.yaml index 2ee6180b..9d8b21bf 100644 --- a/charts/argocd-apps/ci/applications-values.yaml +++ b/charts/argocd-apps/ci/applications-values.yaml @@ -20,7 +20,7 @@ applications: automated: prune: false selfHeal: false - revisionHistoryLimit: 5 + revisionHistoryLimit: null ignoreDifferences: - group: apps kind: Deployment