Skip to content

Commit

Permalink
redis-2: downgrade chart to version 19.6.4
Browse files Browse the repository at this point in the history
This patch downgrades the redis-2 application on local and staging
it preemptively sets the version that would be set on production
too.

This was done because 19.6.4 appears to be the most recent version of
of the chat that ships a redis version (7.2.5) that's still available under
a BSD license.

See: https://redis.io/blog/what-redis-license-change-means-for-our-managed-service-providers/

Bug: T380448
  • Loading branch information
tarrow committed Nov 27, 2024
1 parent fa0c7ca commit 6268acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/argocd/local/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chartVersions:
redis2: 19.6.4
2 changes: 2 additions & 0 deletions k8s/argocd/production/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chartVersions:
redis2: 19.6.4
2 changes: 2 additions & 0 deletions k8s/argocd/staging/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chartVersions:
redis2: 19.6.4

0 comments on commit 6268acd

Please sign in to comment.