fix(argo-cd): Fix typo in values.yaml (#1862)
Signed-off-by: Juan Carrillo <inetshell@gmail.com>
This commit is contained in:
parent
4f48352af1
commit
3a6617ce8f
3 changed files with 19 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue