fix(argo-cd): Moved to oliver006/redis_exporter to support mutli-arch images
Signed-off-by: yu-croco <yu.croco@gmail.com>pull/3221/head
parent
380b224656
commit
752d27862f
|
@ -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.16
|
||||
version: 7.8.17
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
@ -27,12 +27,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Fixed the log level and log format override for components "dexserver" and "notificationscontroller"
|
||||
- kind: deprecated
|
||||
description: Value `notifications.logLevel` is depreacted in favor of `configs.params."notificationscontroller.log.level"`
|
||||
- kind: deprecated
|
||||
description: Value `notifications.logFormat` is depreacted in favor of `configs.params."notificationscontroller.log.format"`
|
||||
- kind: deprecated
|
||||
description: Value `dex.logLevel` is depreacted in favor of `configs.params."dexserver.log.level"`
|
||||
- kind: deprecated
|
||||
description: Value `dex.logFormat` is depreacted in favor of `configs.params."dexserver.log.format"`
|
||||
description: Moved to oliver006/redis_exporter to support mutli-arch images
|
||||
|
|
|
@ -1354,8 +1354,8 @@ The main options are listed here:
|
|||
| redis-ha.enabled | bool | `false` | Enables the Redis HA subchart and disables the custom Redis single node deployment |
|
||||
| redis-ha.existingSecret | string | `"argocd-redis"` | Existing Secret to use for redis-ha authentication. By default the redis-secret-init Job is generating this Secret. |
|
||||
| redis-ha.exporter.enabled | bool | `false` | Enable Prometheus redis-exporter sidecar |
|
||||
| redis-ha.exporter.image | string | `"public.ecr.aws/bitnami/redis-exporter"` | Repository to use for the redis-exporter |
|
||||
| redis-ha.exporter.tag | string | `"1.58.0"` | Tag to use for the redis-exporter |
|
||||
| redis-ha.exporter.image | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
|
||||
| redis-ha.exporter.tag | string | `"v1.69.0"` | Tag to use for the redis-exporter |
|
||||
| redis-ha.haproxy.additionalAffinities | object | `{}` | Additional affinities to add to the haproxy pods. |
|
||||
| redis-ha.haproxy.affinity | string | `""` | Assign custom [affinity] rules to the haproxy pods. |
|
||||
| redis-ha.haproxy.containerSecurityContext | object | See [values.yaml] | HAProxy container-level security context |
|
||||
|
|
|
@ -1584,9 +1584,9 @@ redis-ha:
|
|||
# -- Enable Prometheus redis-exporter sidecar
|
||||
enabled: false
|
||||
# -- Repository to use for the redis-exporter
|
||||
image: public.ecr.aws/bitnami/redis-exporter
|
||||
image: ghcr.io/oliver006/redis_exporter
|
||||
# -- Tag to use for the redis-exporter
|
||||
tag: 1.58.0
|
||||
tag: v1.69.0
|
||||
persistentVolume:
|
||||
# -- Configures persistence on Redis nodes
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue