From e6636ee7833ac34ad5152ec56a1300c2fb965514 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 18 Jun 2024 09:00:03 +0200 Subject: [PATCH] docker: switch from Redis to Valkey Keep using Redis name everywhere. Just change the Docker image. --- console/data/docs/99-changelog.md | 1 + docker/versions.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index 7bbdde56..fee44e17 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -25,6 +25,7 @@ identified with a specific icon: - 🌱 *docker*: add monitoring stack with Prometheus and Grafana (work in progress) - 🌱 *docker*: update to Traefik 3.0 (not mandatory) - 🌱 *docker*: update ClickHouse to 24.3 (not mandatory) +- 🌱 *docker*: switch from Redis to Valkey (not mandatory) - 🌱 *docker*: build IPinfo update image to make it available for non-x86 architectures and ensure the databases are downloaded only when an update is available diff --git a/docker/versions.yml b/docker/versions.yml index 2005eb72..a6ae5046 100644 --- a/docker/versions.yml +++ b/docker/versions.yml @@ -6,7 +6,7 @@ services: kafka: image: bitnami/kafka:3.7 redis: - image: bitnami/redis:7.2 + image: bitnami/valkey:7.2 clickhouse: image: clickhouse/clickhouse-server:24.3 traefik: