Skip to content

Commit d02fb02

Browse files
authored
Update mimir-distributed chart to 5.8.0-weekly.351
1 parent fabd048 commit d02fb02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

operations/helm/charts/mimir-distributed/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 5.8.0-weekly.350
3-
appVersion: r350
2+
version: 5.8.0-weekly.351
3+
appVersion: r351
44
description: "Grafana Mimir"
55
home: https://grafana.com/docs/helm-charts/mimir-distributed/latest/
66
icon: https://grafana.com/static/img/logos/logo-mimir.svg

operations/helm/charts/mimir-distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Helm chart for deploying [Grafana Mimir](https://grafana.com/docs/mimir/latest/)
44

55
For the full documentation, visit [Grafana mimir-distributed Helm chart documentation](https://grafana.com/docs/helm-charts/mimir-distributed/latest/).
66

7-
> **Note:** The documentation version is derived from the Helm chart version which is 5.8.0-weekly.350.
7+
> **Note:** The documentation version is derived from the Helm chart version which is 5.8.0-weekly.351.
88
99
When upgrading from Helm chart version 4.X, please see [Migrate the Helm chart from version 4.x to 5.0](https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-helm-chart-4.x-to-5.0/).
1010
When upgrading from Helm chart version 3.x, please see [Migrate from single zone to zone-aware replication with Helm](https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-from-single-zone-with-helm/).
@@ -14,7 +14,7 @@ When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimi
1414

1515
# mimir-distributed
1616

17-
![Version: 5.8.0-weekly.350](https://img.shields.io/badge/Version-5.8.0--weekly.350-informational?style=flat-square) ![AppVersion: r350](https://img.shields.io/badge/AppVersion-r350-informational?style=flat-square)
17+
![Version: 5.8.0-weekly.351](https://img.shields.io/badge/Version-5.8.0--weekly.351-informational?style=flat-square) ![AppVersion: r351](https://img.shields.io/badge/AppVersion-r351-informational?style=flat-square)
1818

1919
Grafana Mimir
2020

operations/helm/charts/mimir-distributed/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ image:
3434
# -- Grafana Mimir container image repository. Note: for Grafana Enterprise Metrics use the value 'enterprise.image.repository'
3535
repository: grafana/mimir
3636
# -- Grafana Mimir container image tag. Note: for Grafana Enterprise Metrics use the value 'enterprise.image.tag'
37-
tag: r350-d2a17f27
37+
tag: r351-f2410848
3838
# -- Container pull policy - shared between Grafana Mimir and Grafana Enterprise Metrics
3939
pullPolicy: IfNotPresent
4040
# -- Optionally specify an array of imagePullSecrets - shared between Grafana Mimir and Grafana Enterprise Metrics
@@ -4142,7 +4142,7 @@ enterprise:
41424142
# -- Grafana Enterprise Metrics container image repository. Note: for Grafana Mimir use the value 'image.repository'
41434143
repository: grafana/enterprise-metrics
41444144
# -- Grafana Enterprise Metrics container image tag. Note: for Grafana Mimir use the value 'image.tag'
4145-
tag: r350-05f08dfd
4145+
tag: r351-36f90f9a
41464146
# Note: pullPolicy and optional pullSecrets are set in toplevel 'image' section, not here
41474147

41484148
# In order to use Grafana Enterprise Metrics features, you will need to provide the contents of your Grafana Enterprise Metrics

0 commit comments

Comments
 (0)