apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: OCIRepository metadata: name: tunnel namespace: flux-system spec: interval: 1m0s url: oci://git.huizinga.dev/dreaded_x/tunnel/manifests ref: tag: edge --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: tunnel namespace: flux-system spec: interval: 15m dependsOn: - name: tunnel prune: true timeout: 2m sourceRef: kind: OCIRepository name: tunnel wait: true