Skip to content

Commit

Permalink
Merge pull request #29 from grafana/update_versions
Browse files Browse the repository at this point in the history
Update mimir version
  • Loading branch information
MichelHollands authored Apr 2, 2024
2 parents 20232e9 + 4ae23a9 commit 6cbffd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/meta-monitoring/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/meta-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/meta-monitoring/templates/ruler/ruler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cbffd6

Please sign in to comment.