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