diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 72413034..aaf5bf72 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.1.6 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.26.4 +version: 3.26.5 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: Update to app version 2.1.6" + - "[Changed]: README update to reflect correct helm install syntax" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 3144961d..0dbb7ba3 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -175,7 +175,7 @@ To install the chart with the release name `my-release`: $ helm repo add argo https://argoproj.github.io/argo-helm "argo" has been added to your repositories -$ helm install --name my-release argo/argo-cd +$ helm install my-release argo/argo-cd NAME: my-release ... ``` diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index 608700a1..bc2c0855 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -176,7 +176,7 @@ To install the chart with the release name `my-release`: $ helm repo add argo https://argoproj.github.io/argo-helm "argo" has been added to your repositories -$ helm install --name my-release argo/argo-cd +$ helm install my-release argo/argo-cd NAME: my-release ... ```