split repositories

This commit is contained in:
2024-06-10 23:58:21 +10:00
parent 59a12ecd62
commit 086440e384
5 changed files with 20 additions and 43 deletions

View File

@@ -13,7 +13,4 @@ spec:
path: "./"
sourceRef:
kind: OCIRepository
name: capacitor
dependsOn:
- name: repositories
namespace: flux-system
name: capacitor

View File

@@ -0,0 +1,10 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: capacitor
namespace: flux-system
spec:
interval: 12h
url: oci://ghcr.io/gimlet-io/capacitor-manifests
ref:
semver: ">=0.1.0"