Skip to content

Commit

Permalink
Update mimir-distributed chart to 4.5.0-weekly.241
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot authored Jun 6, 2023
1 parent d07b04a commit 4c9599f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.240
appVersion: r240
version: 4.5.0-weekly.241
appVersion: r241
description: "Grafana Mimir"
home: https://grafana.com/docs/mimir/v2.8.x/
icon: https://grafana.com/static/img/logos/logo-mimir.svg
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimi

# mimir-distributed

![Version: 4.5.0-weekly.240](https://img.shields.io/badge/Version-4.5.0--weekly.240-informational?style=flat-square) ![AppVersion: r240](https://img.shields.io/badge/AppVersion-r240-informational?style=flat-square)
![Version: 4.5.0-weekly.241](https://img.shields.io/badge/Version-4.5.0--weekly.241-informational?style=flat-square) ![AppVersion: r241](https://img.shields.io/badge/AppVersion-r241-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: r240-9563a04
tag: r241-e6ff06c
# -- 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 @@ -2891,7 +2891,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: r240-721041f2
tag: r241-b5b22601
# 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 @@ -3417,7 +3417,7 @@ gr-metricname-cache:
smoke_test:
image:
repository: grafana/mimir-continuous-test
tag: r240-9563a04
tag: r241-e6ff06c
pullPolicy: IfNotPresent
tenantId: ''
extraArgs: {}
Expand All @@ -3437,7 +3437,7 @@ continuous_test:
replicas: 1
image:
repository: grafana/mimir-continuous-test
tag: r240-9563a04
tag: r241-e6ff06c
pullPolicy: IfNotPresent
# Note: optional pullSecrets are set in toplevel 'image' section, not here

Expand Down

0 comments on commit 4c9599f

Please sign in to comment.