From 8dfe892bd1e05b46cbb8587b2bc494a5adbfbf89 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sat, 26 Feb 2022 03:07:22 -0800 Subject: [PATCH] Add sources for git and upgrades --- applications/gitea/gitea-source.yaml | 12 ++++++++++++ applications/system-upgrade-controller/source.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 applications/gitea/gitea-source.yaml create mode 100644 applications/system-upgrade-controller/source.yaml 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 +