Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions operations/helm/charts/mimir-distributed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 6.1.0-weekly.368
appVersion: r368
version: 6.1.0-weekly.369
appVersion: r369
description: "Grafana Mimir"
home: https://grafana.com/docs/helm-charts/mimir-distributed/latest/
icon: https://grafana.com/static/img/logos/logo-mimir.svg
Expand Down
4 changes: 2 additions & 2 deletions operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana Mimir](https://grafana.com/docs/mimir/latest/)

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

> **Note:** The documentation version is derived from the Helm chart version which is 6.1.0-weekly.368.
> **Note:** The documentation version is derived from the Helm chart version which is 6.1.0-weekly.369.

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/).
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/).
Expand All @@ -14,7 +14,7 @@ When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimi

# mimir-distributed

![Version: 6.1.0-weekly.368](https://img.shields.io/badge/Version-6.1.0--weekly.368-informational?style=flat-square) ![AppVersion: r368](https://img.shields.io/badge/AppVersion-r368-informational?style=flat-square)
![Version: 6.1.0-weekly.369](https://img.shields.io/badge/Version-6.1.0--weekly.369-informational?style=flat-square) ![AppVersion: r369](https://img.shields.io/badge/AppVersion-r369-informational?style=flat-square)

Grafana Mimir

Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image:
# -- Grafana Mimir container image repository
repository: docker.io/grafana/mimir
# -- Grafana Mimir container image tag
tag: r368-547a06a0
tag: r369-ff691424
# -- Container pull policy
pullPolicy: IfNotPresent
# -- Optionally specify an array of imagePullSecrets
Expand Down
Loading