2024-10-20 19:19:50 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/ocirepository-source-v1beta2.json
|
|
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
|
|
kind: OCIRepository
|
|
|
|
metadata:
|
|
|
|
name: grafana
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
interval: 2h
|
|
|
|
layerSelector:
|
|
|
|
mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
|
|
|
|
operation: copy
|
|
|
|
url: oci://ghcr.io/grafana/helm-charts/grafana
|
|
|
|
ref:
|
2024-10-30 13:32:47 -05:00
|
|
|
tag: 8.5.11
|