-
-
Notifications
You must be signed in to change notification settings - Fork 44
Split into few charts #369
Copy link
Copy link
Open
Labels
enhancementAdding or requesting a new feature.Adding or requesting a new feature.help wantedExtra attention is needed.Extra attention is needed.
Metadata
Metadata
Assignees
Labels
enhancementAdding or requesting a new feature.Adding or requesting a new feature.help wantedExtra attention is needed.Extra attention is needed.
Type
Fields
Give feedbackPriority
None yet
Describe the problem
Currently there's one chart that has postgres and redis dependencies.
Values for standalone installation with external databased are mixed up and from time to time cause upgrade problems.
Describe the solution you'd like
I'd suggest splitting the chart into two, like it's done in many apps like prometheus, grafana, etc.
The first chart would be standalone weblate, without any deps and with configuration that will look more or less the same to current with external databases.
The second one could be called
weblate-stackwith dependencies to the first "standalone" chart and database charts dependencies.In this way it will be much easier to maintain main chart and will allow not to adjust it's config to some third-parties that may change their values structure (e.g. like it was with bitnami charts)
Describe alternatives you've considered
No response
Screenshots
No response
Additional context
No response