From 3440961aa91f94cf74df9188aabbe92ee6470404 Mon Sep 17 00:00:00 2001 From: Aditya Menon Date: Mon, 23 Aug 2021 15:01:26 +0200 Subject: [PATCH] fix(argo-cd): Update README.md for ArgoCD (#888) --- charts/argo-cd/Chart.yaml | 5 ++--- charts/argo-cd/README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 0b4ec162..90543f56 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.1.0 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.13.0 +version: 3.13.1 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-cd/assets/logo.png keywords: @@ -21,5 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: Remove ArgoCD Repo Server entrypoint file from command block. Defers to entrypoint defined in the Dockerfile" - - "[Fixed]: Remove deprecated static assets flag" + - "[Fixed]: Updated README.md for ArgoCD" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index e9c661bf..48676ca7 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -36,7 +36,7 @@ Changes in the `CustomResourceDefinition` resources shall be fixed easily by cop ### 3.13.0 -This release removes the flag `--staticassets` from argocd server as it has been dropped upstream. If this flag needs to be enabled e.g for older releases of ArgoCD, it can be passed via the `extraArgs` field +This release removes the flag `--staticassets` from argocd server as it has been dropped upstream. If this flag needs to be enabled e.g for older releases of ArgoCD, it can be passed via the `server.extraArgs` field ### 3.10.2