Skip to content

Commit 141ea28

Browse files
chore(argo-cd): Update ghcr.io/oliver006/redis_exporter Docker tag to v1.79.0 (#3539)
1 parent 01b1d84 commit 141ea28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.1.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: 8.6.3
6+
version: 8.6.4
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -26,5 +26,5 @@ annotations:
2626
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
29-
- kind: added
30-
description: Add extraArgs to redisSecretInit Job
29+
- kind: changed
30+
description: Bump redis_exporter to v1.79.0

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ NAME: my-release
14621462
| redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
14631463
| redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
14641464
| redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
1465-
| redis.exporter.image.tag | string | `"v1.78.0"` | Tag to use for the redis-exporter |
1465+
| redis.exporter.image.tag | string | `"v1.79.0"` | Tag to use for the redis-exporter |
14661466
| redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
14671467
| redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
14681468
| redis.exporter.livenessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before [probe] is initiated |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ redis:
15131513
# -- Repository to use for the redis-exporter
15141514
repository: ghcr.io/oliver006/redis_exporter
15151515
# -- Tag to use for the redis-exporter
1516-
tag: v1.78.0
1516+
tag: v1.79.0
15171517
# -- Image pull policy for the redis-exporter
15181518
# @default -- `""` (defaults to global.image.imagePullPolicy)
15191519
imagePullPolicy: ""

0 commit comments

Comments
 (0)