mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-08 12:46:07 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies:
|
||||
version: 5.2.1
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
condition: ""
|
||||
alias: ""
|
||||
alias: "mimir"
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
@@ -39,4 +39,4 @@ name: mimir
|
||||
sources:
|
||||
- https://grafana.com
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.1.3
|
||||
@@ -32,9 +32,9 @@ configmap:
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Mimir
|
||||
type: Prometheus
|
||||
type: prometheus
|
||||
uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
|
||||
url: http://{{ .Release.Name }}-mimir-nginx/prometheus
|
||||
url: http://{{ if ne .Release.Name "mimir" }}{{ .Release.Name }}-{{ end }}mimir-nginx.{{ .Release.Namespace }}/prometheus
|
||||
access: proxy
|
||||
isDefault: {{ .Values.grafana.datasource.default | default true }}
|
||||
jsonData:
|
||||
@@ -62,8 +62,7 @@ mimir:
|
||||
enabled: true
|
||||
|
||||
grafanaAgent:
|
||||
# TODO: Enabled when we have agent chart
|
||||
enabled: false
|
||||
enabled: true
|
||||
installOperator: false
|
||||
|
||||
alertmanager:
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user