From ab78ac53afb46fefea54b305e67785d94c76af1d Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 7 Oct 2021 16:42:29 +0200 Subject: [PATCH] chore: add missing argocd changes --- charts/kubezero-argocd/Chart.yaml | 2 +- charts/kubezero-argocd/values.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/kubezero-argocd/Chart.yaml b/charts/kubezero-argocd/Chart.yaml index 6d7607f..1962f8a 100644 --- a/charts/kubezero-argocd/Chart.yaml +++ b/charts/kubezero-argocd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application name: kubezero-argocd -version: 0.8.3 +version: 0.8.4 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png keywords: diff --git a/charts/kubezero-argocd/values.yaml b/charts/kubezero-argocd/values.yaml index d001c59..1fd640f 100644 --- a/charts/kubezero-argocd/values.yaml +++ b/charts/kubezero-argocd/values.yaml @@ -19,6 +19,10 @@ argo-cd: image: tag: v2.1.3 + configs: + secret: + createSecret: false + controller: args: statusProcessors: "8" @@ -49,8 +53,8 @@ argo-cd: server: logFormat: json config: - ui.bannercontent: "KubeZero Release 2.20 incl. ArgoCD 2.0 -> Release notes" - ui.bannerurl: "https://blog.argoproj.io/argo-cd-v2-0-rc1-is-here-f7d21ff1aa64" + ui.bannercontent: "KubeZero Release 1.20.8-12 incl. ArgoCD 2.1 -> Release notes" + ui.bannerurl: "https://blog.argoproj.io/argo-cd-v2-1-first-release-candidate-is-ready-c1aab7795638" # argo-cd.server.config.url -- ArgoCD hostname to be exposed via Istio url: argocd.example.com