Skip to content

Commit

Permalink
Update default redis to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
indiebrain committed Feb 13, 2024
1 parent a754ee2 commit d4bb58b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator

## Unreleased

### Changed

- Update the default redis version to 7.2.4 #46

## [v2.0.2] - 2024-02-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion api/redisfailover/v1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
defaultSentinelNumber = 3
defaultSentinelExporterImage = "quay.io/oliver006/redis_exporter:v1.43.0"
defaultExporterImage = "quay.io/oliver006/redis_exporter:v1.43.0"
defaultImage = "redis:6.2.6-alpine"
defaultImage = "redis:7.2.4-alpine"
defaultRedisPort = 6379
)

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Redis Operator creates/configures/manages redis-failovers atop Kubernetes.
## Requirements

Kubernetes version: 1.21 or higher
Redis version: 6 or higher
Redis version: 7 or higher

Redis operator is being tested against kubernetes 1.25 1.26 1.27 and redis 6
Redis operator is being tested against kubernetes 1.25 1.26 1.27 and redis 7
All dependencies have been vendored, so there's no need to any additional download.

## Operator deployment on Kubernetes
Expand Down

0 comments on commit d4bb58b

Please sign in to comment.