fix(clustertool): add missing repo

This commit is contained in:
Kjeld Schouten
2025-04-07 13:11:10 +02:00
parent d3a49f43d7
commit 647f2189ad
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: home-ops-mirror
namespace: flux-system
spec:
type: oci
interval: 2h
url: oci://ghcr.io/home-operations/charts-mirror/
+1
View File
@@ -26,6 +26,7 @@ resources:
- fairwinds.yaml - fairwinds.yaml
- fluent-bit.yaml - fluent-bit.yaml
- grafana.yaml - grafana.yaml
- home-ops-mirror.yaml
- infracloudio.yaml - infracloudio.yaml
- ingress-nginx.yaml - ingress-nginx.yaml
- intel.yaml - intel.yaml