Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ images:
pullPolicy: IfNotPresent
redis:
repository: redis
tag: 6-bullseye
tag: 7-bullseye
pullPolicy: IfNotPresent
pgbouncer:
repository: apache/airflow
Expand Down