fix(argo-cd): Also use oliver006/redis_exporter for non-HA redis (#3226)

This commit is contained in:
Marco Maurer (-Kilchhofer) 2025-04-01 23:48:46 +02:00 committed by GitHub
parent bf044b2256
commit 86af655944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.14.8
kubeVersion: ">=1.25.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.8.18
version: 7.8.19
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Remove quotation marks around loglevel and logformat CLI args
description: Moved to oliver006/redis_exporter to support multi-arch images (also for non-HA redis)