diff --git a/applications/gitea/gitea-source.yaml b/applications/gitea/gitea-source.yaml new file mode 100644 index 0000000..8946581 --- /dev/null +++ b/applications/gitea/gitea-source.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: gitea + namespace: flux-system +spec: + interval: 3m0s + ref: + branch: master + url: https://github.com/thejimnicholson/gitea + diff --git a/applications/system-upgrade-controller/source.yaml b/applications/system-upgrade-controller/source.yaml new file mode 100644 index 0000000..67aa593 --- /dev/null +++ b/applications/system-upgrade-controller/source.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: system-upgrade-controller + namespace: flux-system +spec: + interval: 3m0s + ref: + branch: master + url: https://github.com/rancher/system-upgrade-controller/blob/master/manifests/system-upgrade-controller.yaml +