Skip to content

Commit e338ec1

Browse files
chore(argo-cd): Update ghcr.io/oliver006/redis_exporter Docker tag to v1.77.0 (#3483)
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
1 parent 1ca09d8 commit e338ec1

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.1.5
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.3.6
6+
version: 8.3.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 argo-cd to v3.1.5
30+
description: Bump redis_exporter to v1.77.0

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
13441344
| redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
13451345
| redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
13461346
| redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
1347-
| redis.exporter.image.tag | string | `"v1.76.0"` | Tag to use for the redis-exporter |
1347+
| redis.exporter.image.tag | string | `"v1.77.0"` | Tag to use for the redis-exporter |
13481348
| redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
13491349
| redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
13501350
| 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
@@ -1458,7 +1458,7 @@ redis:
14581458
# -- Repository to use for the redis-exporter
14591459
repository: ghcr.io/oliver006/redis_exporter
14601460
# -- Tag to use for the redis-exporter
1461-
tag: v1.76.0
1461+
tag: v1.77.0
14621462
# -- Image pull policy for the redis-exporter
14631463
# @default -- `""` (defaults to global.image.imagePullPolicy)
14641464
imagePullPolicy: ""

0 commit comments

Comments
 (0)