Skip to content

Commit 3f341e4

Browse files
committed
redis 7.2.14, exporter 1.83.0, fixed servicemonitor
1 parent e434448 commit 3f341e4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/redis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: redis
3-
version: 0.3.1
3+
version: 0.4.0

charts/redis/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
endpoints:
1010
- interval: 60s
1111
path: /metrics
12-
port: http
12+
port: redis-exporter
1313
jobLabel: redis-exporter
1414
selector:
1515
matchLabels:

charts/redis/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: "redis"
3-
tag: "7.2.10"
3+
tag: "7.2.14"
44
pullPolicy: IfNotPresent
55
resources: {}
66
nodeSelector: {}
@@ -11,5 +11,5 @@ exporter:
1111
enabled: true
1212
image:
1313
repository: "oliver006/redis_exporter"
14-
tag: "v1.76.0"
14+
tag: "v1.83.0"
1515
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)