From 68f325b5aed662711ab39c628827bf91773b32ee Mon Sep 17 00:00:00 2001 From: raphaelauv Date: Tue, 1 Nov 2022 17:21:16 +0100 Subject: [PATCH] [BUMP] helm chart - redis 7 --- chart/values.schema.json | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.schema.json b/chart/values.schema.json index faaed86f8e704..8f66eaffa64a5 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -602,7 +602,7 @@ "tag": { "description": "The redis image tag.", "type": "string", - "default": "6-bullseye" + "default": "7-bullseye" }, "pullPolicy": { "description": "The redis image pull policy.", diff --git a/chart/values.yaml b/chart/values.yaml index c844bd8009e31..2c429f5b33d17 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -81,7 +81,7 @@ images: pullPolicy: IfNotPresent redis: repository: redis - tag: 6-bullseye + tag: 7-bullseye pullPolicy: IfNotPresent pgbouncer: repository: apache/airflow