Merge pull request #29 from grafana/update_versions
Update mimir version
This commit is contained in:
commit
6cbffd6d9d
@ -7,12 +7,12 @@ dependencies:
|
|||||||
version: 0.37.0
|
version: 0.37.0
|
||||||
- name: mimir-distributed
|
- name: mimir-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 4.4.1
|
version: 5.2.0
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 1.4.7
|
version: 1.4.7
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.min.io
|
repository: https://charts.min.io
|
||||||
version: 5.0.11
|
version: 5.0.11
|
||||||
digest: sha256:31eae0a46ac4af90db6054af2f3eb15f65affd18dd350cfc2d9e56ae8cb9a3a8
|
digest: sha256:5933225a8c198a22353548f402c2508db8f19d8ef8a24cce338679039b94c226
|
||||||
generated: "2024-03-27T09:18:20.213047Z"
|
generated: "2024-04-02T11:20:59.213882+01:00"
|
||||||
|
@ -33,7 +33,7 @@ dependencies:
|
|||||||
version: "0.37.0"
|
version: "0.37.0"
|
||||||
- name: mimir-distributed
|
- name: mimir-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: "4.4.1"
|
version: "5.2.0"
|
||||||
condition: local.metrics.enabled
|
condition: local.metrics.enabled
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: meta-mimir-ruler-for-dashboards
|
name: {{ $.Release.Namespace }}-mimir-ruler-for-dashboards
|
||||||
namespace: {{ $.Release.Namespace }}
|
namespace: {{ $.Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
progressDeadlineSeconds: 600
|
progressDeadlineSeconds: 600
|
||||||
@ -108,11 +108,11 @@ spec:
|
|||||||
items:
|
items:
|
||||||
- key: mimir.yaml
|
- key: mimir.yaml
|
||||||
path: mimir.yaml
|
path: mimir.yaml
|
||||||
name: meta-mimir-config
|
name: {{ $.Release.Namespace }}-mimir-config
|
||||||
name: config
|
name: config
|
||||||
- configMap:
|
- configMap:
|
||||||
defaultMode: 420
|
defaultMode: 420
|
||||||
name: meta-mimir-runtime
|
name: {{ $.Release.Namespace }}-mimir-runtime
|
||||||
name: runtime-config
|
name: runtime-config
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: storage
|
name: storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user