Skip to content
Open
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/base-cluster/templates/monitoring/logs/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/part-of: monitoring
spec:
chart:
spec: {{- include "base-cluster.helm.chartSpec" (dict "repo" "grafana" "chart" "loki" "context" $) | nindent 6 }}
spec: {{- include "base-cluster.helm.chartSpec" (dict "repo" "grafana-community" "chart" "loki" "context" $) | nindent 6 }}
interval: 1h
driftDetection:
mode: enabled
Expand All @@ -23,9 +23,9 @@ spec:
values:
{{- if .Values.global.imageRegistry }}
global:
registry: {{ $.Values.global.imageRegistry }}
imageRegistry: {{ $.Values.global.imageRegistry }}
{{- end }}
deploymentMode: SingleBinary
deploymentMode: Monolithic
Comment thread
cwrau marked this conversation as resolved.
lokiCanary:
enabled: false
test:
Expand Down
4 changes: 2 additions & 2 deletions charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ global:
grafana:
url: https://grafana.github.io/helm-charts
charts:
loki: 6.55.0
alloy: 1.7.0
condition: "{{ .Values.monitoring.prometheus.enabled }}"
grafana-community:
url: https://grafana-community.github.io/helm-charts
charts:
loki: 13.2.3
tempo: 2.0.0
condition: "{{ and .Values.monitoring.prometheus.enabled .Values.monitoring.tracing.enabled }}"
condition: "{{ and .Values.monitoring.prometheus.enabled (or .Values.monitoring.tracing.enabled .Values.monitoring.loki.enabled) }}"
Comment thread
cwrau marked this conversation as resolved.
external-dns:
url: https://kubernetes-sigs.github.io/external-dns
charts:
Expand Down
Loading