Skip to content

Commit

Permalink
Limit redis image to 7.2 in our chart
Browse files Browse the repository at this point in the history
Due to licencing changes in 7.4 we limit redis image to 7.2.

Announcement here.

https://redis.io/blog/redis-adopts-dual-source-available-licensing/
  • Loading branch information
potiuk committed Apr 11, 2024
1 parent 9d46507 commit 3ef689d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
"tag": {
"description": "The redis image tag.",
"type": "string",
"default": "7-bookworm"
"default": "7.2-bookworm"
},
"pullPolicy": {
"description": "The redis image pull policy.",
Expand Down
4 changes: 3 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ images:
pullPolicy: IfNotPresent
redis:
repository: redis
tag: 7-bookworm
# Redis is limited to 7.2-bookworm due to licencing change
# https://redis.io/blog/redis-adopts-dual-source-available-licensing/
tag: 7.2-bookworm
pullPolicy: IfNotPresent
pgbouncer:
repository: apache/airflow
Expand Down

0 comments on commit 3ef689d

Please sign in to comment.