16 lines
454 B
YAML
16 lines
454 B
YAML
|
---
|
||
|
# 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:
|
||
|
tag: 8.5.5
|