Closed viniciusdc closed 2 weeks ago
This may be left as it is if we increase our release schedule, which will give the user freedom to use aways an "up-to-date" version of Nebari.
I'm cleaning up the RFD's and I'm going to close this for now due to no activity, but feel free to re-open if needed!
Title
Considerations around Bitnami retention policies
Summary
Just a note regarding using Bitnami as the repo source for helm charts, as happened in the past with Minio, they have a 6m retention policy for their repo index, which means that old versions will be dropped from the main index after that period. This is, in the future, our deployments are bound to break if the version is not found by Helm.
User benefit
v0.4.0
andv0.4.1
are still (at this date) broken due to the fact these versions have in their source code a pointer to a Minio version that does not exist anymore in the main index.yaml (fixed onv0.4.2
).Design Proposal
Alternatives or approaches considered (if any)
There are some ways to suppress this problem, each one with their pros x cons:
Best practices
User impact
Unresolved questions