grafana/mimir
View on GitHubAdd a global setting for image registry in our Mimir Helm chart
Open
#5,449 opened on Jul 10, 2023
enhancementgood first issuehelm
Repository metrics
- Stars
- (5,181 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
It would be useful to have a setting in the global section of our Helm chart in order to point to a different image registry instead of having to modify all the charts manually.
Describe the solution you'd like
Just add a variable "image.registry" in the global section of "values.yaml" that will override existing values that are pointing to different external registry.
Describe alternatives you've considered
Modify the image repository for all images in the values.yaml.
Additional context
Requested by a customer who is using an internal artifact repository and had to update the Helm chart manually for all images.