mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
15 lines
413 B
YAML
15 lines
413 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1beta2.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: app-template
|
|
spec:
|
|
interval: 5m
|
|
layerSelector:
|
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
|
operation: copy
|
|
ref:
|
|
tag: 4.2.0
|
|
url: oci://ghcr.io/bjw-s-labs/helm/app-template
|