You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be on par with Mimir Jsonnet bundle, the chart must provide a way to override image for an individual component (e.g. ingester, querier, store-gateway, etc).
Multiple use-cases for that are coming from the Grafana's internal experience:
When backporting a hotfix into a weekly release, we may want to avoid re-deploying the whole system, and only (temporary) update one of the components
Similarly, during testing, only a subset of components (usually single component under testing) may need to be overridden with a private development copy
The text was updated successfully, but these errors were encountered:
narqo
changed the title
Allow override image of individual component in Helm chart
Allow override image of individual components in Helm chart
Dec 18, 2024
Right now the
mimir-distributed
Helm chart only has a global configuration, that defines the container image, all Mimir components use (refimage
andenterprise.image
in the default values).To be on par with Mimir Jsonnet bundle, the chart must provide a way to override image for an individual component (e.g.
ingester
,querier
,store-gateway
, etc).Multiple use-cases for that are coming from the Grafana's internal experience:
The text was updated successfully, but these errors were encountered: