Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mimir version #29

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading