samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

Upgrade the version of bitnami's redis chart #5192

Open sandbergja opened 2 years ago

sandbergja commented 2 years ago

Descriptive summary

The hyrax helm chart relies on bitnami's redis chart. Specifically, it relies on version 10.7.16, from August 2020.

Since then, bitnami has updated their chart with lots of new terminology and options. It would be great to upgrade to the new terminology.

Rationale

The helm chart has changed the terminology in the helm chart from the inappropriate master/slave terminology to more accurate replica terminology. Currently, if you use the hyrax helm chart, it still uses the old terminology.

I think it would be helpful for new adopters to be able to use the new terminology right away, rather than using the old terminology for now and having to migrate to the new terminology at some later time.

Also, the documentation for the new chart values is easy to find via your favorite search engine at https://github.com/bitnami/charts/tree/master/bitnami/redis. The old docs are downloaded along with the chart, but that's not as fun as just searching Github for the answer. :-)

no-reply commented 2 years ago

probably a good idea to update all the chart dependencies.

on other projects, i'm accustomed to bots checking in on this stuff for me; but i'm not sure what the best strategy is for keeping this particular chart up to date.

cc: @mcritchlow