From 0eb28119e8f3b44910dfe9ef2c013ef3dcfb102d Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Wed, 25 Dec 2019 20:24:11 +1100 Subject: [PATCH] fix: Updates values.yaml to have proper map syntax for extraArgs (#197) Fixes #195 --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/values.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index e2afc77c..227c6a55 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.3.6" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.5.2 +version: 1.5.3 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 8413e94d..47411af6 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -36,7 +36,7 @@ controller: ## Additional command line arguments to pass to argocd-controller ## key: value - extraArgs: [] + extraArgs: {} ## Environment variables to pass to argocd-controller ## @@ -255,9 +255,8 @@ server: ## Additional command line arguments to pass to argocd-server ## key: value - # extraArgs: [] + extraArgs: {} # insecure: true - extraArgs: [] ## Environment variables to pass to argocd-server ## @@ -491,7 +490,7 @@ repoServer: ## Additional command line arguments to pass to argocd-repo-server ## key: value - extraArgs: [] + extraArgs: {} ## Environment variables to pass to argocd-repo-server ##