Skip to content

Commit

Permalink
Update default exporter image version
Browse files Browse the repository at this point in the history
  • Loading branch information
indiebrain committed Feb 13, 2024
1 parent a754ee2 commit 1fa01ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/redisfailover/v1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package v1
const (
defaultRedisNumber = 3
defaultSentinelNumber = 3
defaultSentinelExporterImage = "quay.io/oliver006/redis_exporter:v1.43.0"
defaultExporterImage = "quay.io/oliver006/redis_exporter:v1.43.0"
defaultSentinelExporterImage = "quay.io/oliver006/redis_exporter:v1.57.0"
defaultExporterImage = "quay.io/oliver006/redis_exporter:v1.57.0"
defaultImage = "redis:6.2.6-alpine"
defaultRedisPort = 6379
)
Expand Down

0 comments on commit 1fa01ba

Please sign in to comment.