16 lines
437 B
YAML
16 lines
437 B
YAML
---
|
|
# yaml-language-server: $schema=https://datreeio.github.io/CRDs-catalog/source.toolkit.fluxcd.io/ocirepository_v1.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: app-template
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 15m
|
|
layerSelector:
|
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
|
operation: copy
|
|
ref:
|
|
tag: 5.1.0
|
|
url: oci://ghcr.io/bjw-s-labs/helm/app-template
|