File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.1.9
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 9.0.5
6+ version : 9.0.6
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -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: fixed
30- description: Add backendRefs group and kind to HTTPRoute (prevents OutOfSync issue)
29+ - kind: changed
30+ description: Bump redis_exporter to v1.80.0
Original file line number Diff line number Diff line change @@ -1460,7 +1460,7 @@ NAME: my-release
14601460| redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
14611461| redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
14621462| redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
1463- | redis.exporter.image.tag | string | `"v1.79 .0"` | Tag to use for the redis-exporter |
1463+ | redis.exporter.image.tag | string | `"v1.80 .0"` | Tag to use for the redis-exporter |
14641464| redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
14651465| redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
14661466| redis.exporter.livenessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before [probe] is initiated |
Original file line number Diff line number Diff line change @@ -1454,7 +1454,7 @@ redis:
14541454 # -- Repository to use for the redis-exporter
14551455 repository : ghcr.io/oliver006/redis_exporter
14561456 # -- Tag to use for the redis-exporter
1457- tag : v1.79 .0
1457+ tag : v1.80 .0
14581458 # -- Image pull policy for the redis-exporter
14591459 # @default -- `""` (defaults to global.image.imagePullPolicy)
14601460 imagePullPolicy : " "
You can’t perform that action at this time.
0 commit comments