From 1601d9e09a18193f6e9beae5b97c44398e3a9f89 Mon Sep 17 00:00:00 2001 From: Richard Chen Zheng <58443436+rchenzheng@users.noreply.github.com> Date: Fri, 6 Mar 2020 05:31:15 -0500 Subject: [PATCH] fix: indentation typo on example (#253) * Fix indentation typo on example * Bump chart version --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 25371c42..be175f43 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.4.2" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.8.4 +version: 1.8.5 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 90182fce..5fcdde4d 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -489,9 +489,9 @@ server: # destination: # server: https://kubernetes.default.svc # namespace: guestbook - # syncPolicy: - # automated: - # prune: false + # syncPolicy: + # automated: + # prune: false # selfHeal: false ## Projects