Alerting: Remove ID from UserGrafanaConfig struct (#84602)

* Alerting: Remove ID from UserGrafanaConfig struct

* user custom mimir image withoud id in grafana config

* change mimir image name
This commit is contained in:
Santiago
2024-03-19 12:47:13 +01:00
committed by GitHub
parent 365fd2cb72
commit 4ad6d66479
7 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ images = {
"plugins_slack": "plugins/slack",
"python": "python:3.8",
"postgres_alpine": "postgres:12.3-alpine",
"mimir": "grafana/mimir:r274-1780c50",
"mimir": "us.gcr.io/kubernetes-dev/mimir:santihernandezc-remove_id_from_grafana_config-d3826b4f8-WIP",
"mysql5": "mysql:5.7.39",
"mysql8": "mysql:8.0.32",
"redis_alpine": "redis:6.2.11-alpine",