From 84054ce65d2a3126bdc6e83c9005ee1e4d7c8d02 Mon Sep 17 00:00:00 2001 From: Archisman Date: Tue, 1 Oct 2024 17:11:42 +0530 Subject: [PATCH] Change deployment.revisionHistoryLimit type to int from string for Traefik KubeAid app Signed-off-by: Archisman --- argocd-helm-charts/traefik/temp.yaml | 0 argocd-helm-charts/traefik/values.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 argocd-helm-charts/traefik/temp.yaml diff --git a/argocd-helm-charts/traefik/temp.yaml b/argocd-helm-charts/traefik/temp.yaml new file mode 100644 index 000000000..e69de29bb diff --git a/argocd-helm-charts/traefik/values.yaml b/argocd-helm-charts/traefik/values.yaml index 328951f52..ce266c711 100644 --- a/argocd-helm-charts/traefik/values.yaml +++ b/argocd-helm-charts/traefik/values.yaml @@ -17,7 +17,7 @@ traefik: globalArguments: [] deployment: replicas: 2 - revisionHistoryLimit: "0" + revisionHistoryLimit: 0 logs: access: enabled: true