From 695ed76bbc39d0372a79def450c4727140ce0d22 Mon Sep 17 00:00:00 2001 From: Olga Lopaci Date: Wed, 19 Aug 2026 15:55:29 +0100 Subject: [PATCH] Update Redis Insight template image to :latest The redisinsight template defaults to redis/redisinsight:2.70.1, released July 2025. The current release is 3.8.0, so new one-click deployments start ~13 months behind and miss bug fixes, security updates, and features. Pinning the default to :latest keeps deployments on the current Redis Insight build. Co-Authored-By: Claude Opus 4.8 (1M context) --- templates/redisinsight/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/redisinsight/meta.yaml b/templates/redisinsight/meta.yaml index 0bd42e910..51c32215f 100644 --- a/templates/redisinsight/meta.yaml +++ b/templates/redisinsight/meta.yaml @@ -33,7 +33,7 @@ schema: appServiceImage: type: string title: App Service Image - default: redis/redisinsight:2.70.1 + default: redis/redisinsight:latest benefits: - title: Visual Data Exploration