Skip to content

Commit 4459bb4

Browse files
committed
redis 7.2.8 -> 7.2.10, redis_exporter 1.71 -> 1.76
1 parent 36a4475 commit 4459bb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0
3+
version: 0.3.1

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.8"
3+
tag: "7.2.10"
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.71.0"
14+
tag: "v1.76.0"
1515
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)