chore: Add common app-template.

This commit is contained in:
2026-02-26 20:11:05 +01:00
parent 6db7c6c20a
commit 8953cc8ac1
3 changed files with 23 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ resources:
- ./plex
#- ./karakeep
- ./navidrome
components:
- ../../components/reops/app-template

View File

@@ -0,0 +1,6 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
resources:
- ./ocirepository.yaml

View File

@@ -0,0 +1,14 @@
---
# yaml-language-server: $schema=https://schemas.tholinka.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: app-template
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 4.6.2
url: oci://ghcr.io/bjw-s-labs/helm/app-template