update mimir version
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
20232e9cf3
commit
4ae23a99d2
@ -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"
|
||||
|
@ -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
|
||||
|
Binary file not shown.
BIN
charts/meta-monitoring/charts/mimir-distributed-5.2.0.tgz
Normal file
BIN
charts/meta-monitoring/charts/mimir-distributed-5.2.0.tgz
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user