Skip to content

Commit b52fe78

Browse files
authored
chore(argo-cd): Update redis_exporter for redis-ha (#3417)
1 parent 12989b2 commit b52fe78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.0.12
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 8.2.6
6+
version: 8.2.7
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Bump redis_exporter to v1.75.0
30+
description: Update redis_exporter for redis-ha to v1.75.0

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ The main options are listed here:
14381438
| 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. |
14391439
| redis-ha.exporter.enabled | bool | `false` | Enable Prometheus redis-exporter sidecar |
14401440
| redis-ha.exporter.image | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
1441-
| redis-ha.exporter.tag | string | `"v1.69.0"` | Tag to use for the redis-exporter |
1441+
| redis-ha.exporter.tag | string | `"v1.75.0"` | Tag to use for the redis-exporter |
14421442
| redis-ha.haproxy.additionalAffinities | object | `{}` | Additional affinities to add to the haproxy pods. |
14431443
| redis-ha.haproxy.affinity | string | `""` | Assign custom [affinity] rules to the haproxy pods. |
14441444
| redis-ha.haproxy.containerSecurityContext | object | See [values.yaml] | HAProxy container-level security context |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ redis-ha:
17461746
# -- Repository to use for the redis-exporter
17471747
image: ghcr.io/oliver006/redis_exporter
17481748
# -- Tag to use for the redis-exporter
1749-
tag: v1.69.0
1749+
tag: v1.75.0
17501750
persistentVolume:
17511751
# -- Configures persistence on Redis nodes
17521752
enabled: false

0 commit comments

Comments
 (0)