From a8895eee80b5649a260b9b42b1de20e8fc4b8f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gazdag=20Andr=C3=A1s?= Date: Thu, 21 Dec 2023 14:42:49 +0100 Subject: [PATCH] Update Operator and Image versions --- Makefile | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 621ef50..209f633 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index 6d2445f..e74d49d 100644 --- a/README.md +++ b/README.md @@ -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 |