Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
keydb: update redis exporter to v1.43.0-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Aug 1, 2022
1 parent 4e02064 commit c5a0e81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keydb
description: A Helm chart for KeyDB multimaster setup
type: application
version: 0.41.0
version: 0.42.0
keywords:
- keydb
- redis
Expand Down
2 changes: 1 addition & 1 deletion keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The following table lists the configurable parameters of the KeyDB chart and the
| `serviceMonitor.scrapeTimeout` | ServiceMonitor scrape timeout | `nil` |
| `exporter.enabled` | Prometheus Exporter sidecar contaner | `false` |
| `exporter.imageRepository` | Exporter Image | `oliver006/redis_exporter` |
| `exporter.imageTag` | Exporter Image Tag | `v1.39.0-alpine` |
| `exporter.imageTag` | Exporter Image Tag | `v1.43.0-alpine` |
| `exporter.pullPolicy` | Exporter imagePullPolicy | `IfNotPresent` |
| `exporter.port` | `prometheus.io/port` | `9121` |
| `exporter.portName` | Exporter service port name in the Service spec | `redis-exporter` |
Expand Down
2 changes: 1 addition & 1 deletion keydb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ serviceMonitor:
exporter:
enabled: false
imageRepository: oliver006/redis_exporter
imageTag: v1.39.0-alpine
imageTag: v1.43.0-alpine
pullPolicy: IfNotPresent

# Prometheus port & scrape path
Expand Down

0 comments on commit c5a0e81

Please sign in to comment.