We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e434448 commit 3f341e4Copy full SHA for 3f341e4
3 files changed
charts/redis/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: redis
3
-version: 0.3.1
+version: 0.4.0
charts/redis/templates/servicemonitor.yaml
@@ -9,7 +9,7 @@ spec:
9
endpoints:
10
- interval: 60s
11
path: /metrics
12
- port: http
+ port: redis-exporter
13
jobLabel: redis-exporter
14
selector:
15
matchLabels:
charts/redis/values.yaml
@@ -1,6 +1,6 @@
image:
repository: "redis"
- tag: "7.2.10"
+ tag: "7.2.14"
4
pullPolicy: IfNotPresent
5
resources: {}
6
nodeSelector: {}
@@ -11,5 +11,5 @@ exporter:
enabled: true
repository: "oliver006/redis_exporter"
- tag: "v1.76.0"
+ tag: "v1.83.0"
0 commit comments