diff --git a/charts/meta-monitoring/Chart.lock b/charts/meta-monitoring/Chart.lock index a490a5c..97c8676 100644 --- a/charts/meta-monitoring/Chart.lock +++ b/charts/meta-monitoring/Chart.lock @@ -7,12 +7,12 @@ dependencies: version: 0.37.0 - name: mimir-distributed repository: https://grafana.github.io/helm-charts - version: 4.4.1 + version: 5.2.0 - name: tempo-distributed repository: https://grafana.github.io/helm-charts version: 1.4.7 - name: minio repository: https://charts.min.io version: 5.0.11 -digest: sha256:31eae0a46ac4af90db6054af2f3eb15f65affd18dd350cfc2d9e56ae8cb9a3a8 -generated: "2024-03-27T09:18:20.213047Z" +digest: sha256:5933225a8c198a22353548f402c2508db8f19d8ef8a24cce338679039b94c226 +generated: "2024-04-02T11:20:59.213882+01:00" diff --git a/charts/meta-monitoring/Chart.yaml b/charts/meta-monitoring/Chart.yaml index 463971b..5619c70 100644 --- a/charts/meta-monitoring/Chart.yaml +++ b/charts/meta-monitoring/Chart.yaml @@ -33,7 +33,7 @@ dependencies: version: "0.37.0" - name: mimir-distributed repository: https://grafana.github.io/helm-charts - version: "4.4.1" + version: "5.2.0" condition: local.metrics.enabled - name: tempo-distributed repository: https://grafana.github.io/helm-charts diff --git a/charts/meta-monitoring/charts/mimir-distributed-4.4.1.tgz b/charts/meta-monitoring/charts/mimir-distributed-4.4.1.tgz deleted file mode 100644 index 0f284ab..0000000 Binary files a/charts/meta-monitoring/charts/mimir-distributed-4.4.1.tgz and /dev/null differ diff --git a/charts/meta-monitoring/charts/mimir-distributed-5.2.0.tgz b/charts/meta-monitoring/charts/mimir-distributed-5.2.0.tgz new file mode 100644 index 0000000..57b5f63 Binary files /dev/null and b/charts/meta-monitoring/charts/mimir-distributed-5.2.0.tgz differ diff --git a/charts/meta-monitoring/templates/ruler/ruler.yaml b/charts/meta-monitoring/templates/ruler/ruler.yaml index 99fafb8..d22ee52 100644 --- a/charts/meta-monitoring/templates/ruler/ruler.yaml +++ b/charts/meta-monitoring/templates/ruler/ruler.yaml @@ -3,7 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: meta-mimir-ruler-for-dashboards + name: {{ $.Release.Namespace }}-mimir-ruler-for-dashboards namespace: {{ $.Release.Namespace }} spec: progressDeadlineSeconds: 600 @@ -108,11 +108,11 @@ spec: items: - key: mimir.yaml path: mimir.yaml - name: meta-mimir-config + name: {{ $.Release.Namespace }}-mimir-config name: config - configMap: defaultMode: 420 - name: meta-mimir-runtime + name: {{ $.Release.Namespace }}-mimir-runtime name: runtime-config - emptyDir: {} name: storage