fix(argo-cd): Drop all ~ keys from redis-ha because they cause error on kustomize and cannot document via helm-docs (#1322)
* fix(argo-cd): Add notes on redis-ha for kustomize users Signed-off-by: yu-croco <yuki.kita22@gmail.com> * fix(argo-cd): Drop all `~` keys from redis-ha Signed-off-by: yu-croco <yuki.kita22@gmail.com> * feat(argo-cd): keep necessary redis-ha parameters Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
0a28b48f95
commit
b665d53b4d
4 changed files with 12 additions and 24 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.7
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.10.1
|
||||
version: 4.10.2
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,5 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- [Changed]: redis image was migrated from docker hub to public ecr for docker hub rate limit
|
||||
- [Changed]: redis-exporter image was migrated from docker hub to public ecr for docker hub rate limit
|
||||
- "[Fixed]: Drop all `~` keys from redis-ha because they cause error on kustomize and cannot document via helm-docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue