Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
94e5906e27
commit
49ef337fcb
|
@ -20,7 +20,7 @@ dependencies:
|
||||||
version: 5.2.1
|
version: 5.2.1
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: "mimir"
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
@ -39,4 +39,4 @@ name: mimir
|
||||||
sources:
|
sources:
|
||||||
- https://grafana.com
|
- https://grafana.com
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.1.3
|
|
@ -32,9 +32,9 @@ configmap:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
datasources:
|
datasources:
|
||||||
- name: Mimir
|
- name: Mimir
|
||||||
type: Prometheus
|
type: prometheus
|
||||||
uid: {{ .Values.grafana.datasource.uid | default "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
|
access: proxy
|
||||||
isDefault: {{ .Values.grafana.datasource.default | default true }}
|
isDefault: {{ .Values.grafana.datasource.default | default true }}
|
||||||
jsonData:
|
jsonData:
|
||||||
|
@ -62,8 +62,7 @@ mimir:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
grafanaAgent:
|
grafanaAgent:
|
||||||
# TODO: Enabled when we have agent chart
|
enabled: true
|
||||||
enabled: false
|
|
||||||
installOperator: false
|
installOperator: false
|
||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue