Skip to content

Commit

Permalink
Update mimir-distributed chart to 4.1.0-weekly.222 (#4043)
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 Jan 25, 2023
1 parent 5b529d2 commit 8d886d6
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.1.0-weekly.220
appVersion: r220
version: 4.1.0-weekly.222
appVersion: r222
description: "Grafana Mimir"
home: https://grafana.com/docs/mimir/v2.5.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.1.0-weekly.220](https://img.shields.io/badge/Version-4.1.0--weekly.220-informational?style=flat-square) ![AppVersion: r220](https://img.shields.io/badge/AppVersion-r220-informational?style=flat-square)
![Version: 4.1.0-weekly.222](https://img.shields.io/badge/Version-4.1.0--weekly.222-informational?style=flat-square) ![AppVersion: r222](https://img.shields.io/badge/AppVersion-r222-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: r220-e59db84
tag: r222-731aec2
# -- 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 @@ -2781,7 +2781,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: r220-27d51f51
tag: r222-30824a59
# 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 @@ -3260,7 +3260,7 @@ gr-metricname-cache:
smoke_test:
image:
repository: grafana/mimir-continuous-test
tag: r220-e59db84
tag: r222-731aec2
pullPolicy: IfNotPresent
tenantId: ''
extraArgs: {}
Expand All @@ -3280,7 +3280,7 @@ continuous_test:
replicas: 1
image:
repository: grafana/mimir-continuous-test
tag: r220-e59db84
tag: r222-731aec2
pullPolicy: IfNotPresent
# Note: optional pullSecrets are set in toplevel 'image' section, not here

Expand Down

0 comments on commit 8d886d6

Please sign in to comment.