This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e92e921067 [BUMP] helm chart - redis 7 (#27443)
e92e921067 is described below

commit e92e92106783996950e5200f07016e5ebceab88c
Author: raphaelauv <[email protected]>
AuthorDate: Tue Nov 1 20:52:54 2022 +0100

    [BUMP] helm chart - redis 7 (#27443)
---
 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 faaed86f8e..8f66eaffa6 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 c844bd8009..2c429f5b33 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

Reply via email to