Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release mimir-distributed Helm chart 4.5.0-weekly.246 #5458

Closed
wants to merge 1 commit into from
Closed
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: 4.5.0-weekly.245
appVersion: r245
version: 4.5.0-weekly.246
appVersion: r246
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 4.5.0-weekly.245.
> **Note:** The documentation version is derived from the Helm chart version which is 4.5.0-weekly.246.

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/).
When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimir Helm chart from version 2.1 to 3.0](https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-helm-chart-2.1-to-3.0/) as well.
Expand All @@ -13,7 +13,7 @@ When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimi

# mimir-distributed

![Version: 4.5.0-weekly.245](https://img.shields.io/badge/Version-4.5.0--weekly.245-informational?style=flat-square) ![AppVersion: r245](https://img.shields.io/badge/AppVersion-r245-informational?style=flat-square)
![Version: 4.5.0-weekly.246](https://img.shields.io/badge/Version-4.5.0--weekly.246-informational?style=flat-square) ![AppVersion: r246](https://img.shields.io/badge/AppVersion-r246-informational?style=flat-square)

Grafana Mimir

Expand Down
8 changes: 4 additions & 4 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
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: r245-f6d84db
tag: r246-188ce1c
# -- 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 @@ -3038,7 +3038,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: r245-e4f5c214
tag: r246-ec770733
# 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 Expand Up @@ -3514,7 +3514,7 @@ gr-metricname-cache:
smoke_test:
image:
repository: grafana/mimir-continuous-test
tag: r245-f6d84db
tag: r246-188ce1c
pullPolicy: IfNotPresent
tenantId: ''
extraArgs: {}
Expand All @@ -3534,7 +3534,7 @@ continuous_test:
replicas: 1
image:
repository: grafana/mimir-continuous-test
tag: r245-f6d84db
tag: r246-188ce1c
pullPolicy: IfNotPresent
# Note: optional pullSecrets are set in toplevel 'image' section, not here

Expand Down
Loading