Skip to content

Commit

Permalink
Update Operator and Image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gazdagandras committed Dec 21, 2023
1 parent 7ee3d5e commit a8895ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REDIS_VERSION ?= v7.0.12
SENTINEL_VERSION ?= v7.0.12
REDIS_VERSION ?= v7.0.13
SENTINEL_VERSION ?= v7.0.13
EXPORTER_VERSION ?= v1.48.0

IMG ?= quay.io/opstree/redis:$(REDIS_VERSION)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following table shows the compatibility between the Operator Version, Redis

| Operator Version | Redis Image | Sentinel Image | Exporter Image |
|------------------|-------------|----------------|----------------|
| v0.15.2 | v7.0.13 | v7.0.13 | v1.48.0 |
| v0.15.1 | v7.0.12 | v7.0.12 | v1.48.0 |
| v0.15.0 | v7.0.11 | v7.0.11 | v1.48.0 |
| v0.14.0 | v7.0.7 | v7.0.7 | v1.48.0 |
Expand Down

0 comments on commit a8895ee

Please sign in to comment.