diff --git a/base/sources/forgejo.yaml b/base/sources/forgejo.yaml new file mode 100644 index 000000000..a55b16682 --- /dev/null +++ b/base/sources/forgejo.yaml @@ -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: forgejo + namespace: flux-system +spec: + type: oci + interval: 1h + url: oci://code.forgejo.org/forgejo-helm \ No newline at end of file diff --git a/base/sources/kustomization.yaml b/base/sources/kustomization.yaml index 622ce910a..634102f8b 100644 --- a/base/sources/kustomization.yaml +++ b/base/sources/kustomization.yaml @@ -6,6 +6,7 @@ resources: - authentik.yaml - bjw-s-helm-charts.yaml - ceph-csi.yaml + - forgejo.yaml - gitea.yaml - hajimari.yaml - infracloudio-charts.yaml