Skip to content

Commit

Permalink
Update mimir-distributed chart to 5.4.0-weekly.288 (#8011)
Browse files Browse the repository at this point in the history
Co-authored-by: grafanabot <grafanabot@grafana.com>
  • Loading branch information
grafanabot and grafanabot committed Apr 30, 2024
1 parent bce1bbc commit 48b05ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions operations/helm/charts/mimir-distributed/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
version: 5.4.0-weekly.287
appVersion: r287
version: 5.4.0-weekly.288
appVersion: r288
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
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 5.4.0-weekly.287.
> **Note:** The documentation version is derived from the Helm chart version which is 5.4.0-weekly.288.
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: 5.4.0-weekly.287](https://img.shields.io/badge/Version-5.4.0--weekly.287-informational?style=flat-square) ![AppVersion: r287](https://img.shields.io/badge/AppVersion-r287-informational?style=flat-square)
![Version: 5.4.0-weekly.288](https://img.shields.io/badge/Version-5.4.0--weekly.288-informational?style=flat-square) ![AppVersion: r288](https://img.shields.io/badge/AppVersion-r288-informational?style=flat-square)

Grafana Mimir

Expand Down
4 changes: 2 additions & 2 deletions operations/helm/charts/mimir-distributed/values.yaml
Expand Up @@ -34,7 +34,7 @@ image:
# -- Grafana Mimir container image repository. Note: for Grafana Enterprise Metrics use the value 'enterprise.image.repository'
repository: grafana/mimir
# -- Grafana Mimir container image tag. Note: for Grafana Enterprise Metrics use the value 'enterprise.image.tag'
tag: r287-d7f62c5
tag: r288-f31d942
# -- Container pull policy - shared between Grafana Mimir and Grafana Enterprise Metrics
pullPolicy: IfNotPresent
# -- Optionally specify an array of imagePullSecrets - shared between Grafana Mimir and Grafana Enterprise Metrics
Expand Down Expand Up @@ -3391,7 +3391,7 @@ enterprise:
# -- Grafana Enterprise Metrics container image repository. Note: for Grafana Mimir use the value 'image.repository'
repository: grafana/enterprise-metrics
# -- Grafana Enterprise Metrics container image tag. Note: for Grafana Mimir use the value 'image.tag'
tag: r287-1bbd4fcc
tag: r288-e697c28c
# Note: pullPolicy and optional pullSecrets are set in toplevel 'image' section, not here

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

0 comments on commit 48b05ed

Please sign in to comment.