flux-charts/infra-monitoring/templates/tempo/repo.yaml

11 lines
214 B
YAML

{{- if .Values.tempo.enabled }}
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: grafana
spec:
url: oci://ghcr.io/grafana/helm-charts
type: oci
interval: 10m
{{- end }}