Skip to content

Commit

Permalink
update values comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Varankin <[email protected]>
  • Loading branch information
narqo committed Jan 10, 2025
1 parent fe3e0b5 commit 1333f1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ alertmanager:
replicas: 1

# -- Allows to override the container image of the alertmanager component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -820,6 +821,7 @@ distributor:
enabled: true

# -- Allows to override the container image of the distributor component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -938,6 +940,7 @@ ingester:
enabled: true

# -- Allows to override the container image of the ingester component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1169,6 +1172,7 @@ overrides_exporter:
enabled: true

# -- Allows to override the container image of the overrides-exporter component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1264,6 +1268,7 @@ ruler:
enabled: true

# -- Allows to override the container image of the ruler component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1391,6 +1396,7 @@ ruler:
# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath
ruler_querier:
# -- Allows to override the container image of the ruler-querier component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1514,6 +1520,7 @@ ruler_querier:
# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath
ruler_query_frontend:
# -- Allows to override the container image of the ruler-query-frontend component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1629,6 +1636,7 @@ ruler_query_frontend:
# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath
ruler_query_scheduler:
# -- Allows to override the container image of the ruler-query-scheduler component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1723,6 +1731,7 @@ querier:
enabled: true

# -- Allows to override the container image of the querier component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1859,6 +1868,7 @@ query_frontend:
enabled: true

# -- Allows to override the container image of the query-frontend component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -1975,6 +1985,7 @@ query_scheduler:
enabled: true

# -- Allows to override the container image of the query-scheduler component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -2069,6 +2080,7 @@ store_gateway:
enabled: true

# -- Allows to override the container image of the store-gateway component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -2291,6 +2303,7 @@ compactor:
enabled: true

# -- Allows to override the container image of the compactor component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -3327,6 +3340,7 @@ gateway:
enabledNonEnterprise: false

# -- Allows to override the container image of the gateway component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
# Only applies to the GEM gateway. Use gateway.nginx.image for the nginx gateway.
image:
# repository: grafana/mimir-enterprise
Expand Down Expand Up @@ -4065,6 +4079,7 @@ admin_api:
enabled: true

# -- Allows to override the container image of the admin-api component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/enterprise-metrics
# tag: 2.15.0
Expand Down Expand Up @@ -4546,6 +4561,7 @@ federation_frontend:
enabled: false

# -- Allows to override the container image of the federation-frontend component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand Down Expand Up @@ -4644,6 +4660,7 @@ federation_frontend:
# installations using GEM token-based authentication.
smoke_test:
# -- Allows to override the container image of the smoke-test component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir
# tag: 2.15.0
Expand All @@ -4666,6 +4683,7 @@ smoke_test:
continuous_test:
enabled: false
# -- Allows to override the container image of the continuous-test component.
# When set it takes precedence over what is defined in global "image" or "enterprise.image" sections.
image:
# repository: grafana/mimir-continuous-test
# tag: 2.15.0
Expand Down

0 comments on commit 1333f1e

Please sign in to comment.