fix(argo-cd): Fix typo in values.yaml (#1862)

Signed-off-by: Juan Carrillo <inetshell@gmail.com>
This commit is contained in:
Juan Carrillo 2023-02-26 10:34:01 -06:00 committed by GitHub
parent 4f48352af1
commit 3a6617ce8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.6.2
kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.23.1
version: 5.23.2
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -23,5 +23,5 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- kind: added
description: Missing hostAliases for notification controller and redis
- kind: fixed
description: Fixed typos in values.yaml and README.md