Skip to content

Commit eb0f0af

Browse files
authored
fix(argo-cd): Correct oliver006/redis_exporter image tag (argoproj#3231)
* fix(argo-cd): Correct oliver006/redis_exporter image tag Signed-off-by: yu-croco <[email protected]> * fix: add CI for redis-ha redis-exporter sidecar Signed-off-by: yu-croco <[email protected]> * chore: enable redis-exporter in defaut ci Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]>
1 parent e7a05a7 commit eb0f0af

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-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: v2.14.8
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: 7.8.19
6+
version: 7.8.20
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: fixed
30-
description: Moved to oliver006/redis_exporter to support multi-arch images (also for non-HA redis)
30+
description: Correct oliver006/redis_exporter image tag

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
12621262
| redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
12631263
| redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
12641264
| redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
1265-
| redis.exporter.image.tag | string | `"1.69.0"` | Tag to use for the redis-exporter |
1265+
| redis.exporter.image.tag | string | `"v1.69.0"` | Tag to use for the redis-exporter |
12661266
| redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
12671267
| redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
12681268
| redis.exporter.livenessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before [probe] is initiated |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Test with default values
22
crds:
33
keep: false
4+
5+
redis:
6+
exporter:
7+
enabled: true

charts/argo-cd/ci/ha-autoscaling-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ crds:
44

55
redis-ha:
66
enabled: true
7+
exporter:
8+
enabled: true
79

810
server:
911
autoscaling:

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ redis:
13081308
# -- Repository to use for the redis-exporter
13091309
repository: ghcr.io/oliver006/redis_exporter
13101310
# -- Tag to use for the redis-exporter
1311-
tag: 1.69.0
1311+
tag: v1.69.0
13121312
# -- Image pull policy for the redis-exporter
13131313
# @default -- `""` (defaults to global.image.imagePullPolicy)
13141314
imagePullPolicy: ""

0 commit comments

Comments
 (0)