diff --git a/flux2/infrastructure/sources/bitnami.yaml b/flux2/infrastructure/sources/bitnami.yaml index 87a14bf7e6a05564f1cd06dc26a4bdb547b30280..8c7e13f67293d18e61841f64304bba95c6ff0652 100644 --- a/flux2/infrastructure/sources/bitnami.yaml +++ b/flux2/infrastructure/sources/bitnami.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: bitnami + namespace: flux-system spec: interval: 1h url: https://charts.bitnami.com/bitnami diff --git a/flux2/infrastructure/sources/grafana.yaml b/flux2/infrastructure/sources/grafana.yaml index 642e4ddf451deee6b66635f66da7d89962c61447..a0bf2a6370ebb06cbad0d5d35e8d56846a52d5b3 100644 --- a/flux2/infrastructure/sources/grafana.yaml +++ b/flux2/infrastructure/sources/grafana.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: grafana + namespace: flux-system spec: interval: 1h url: https://grafana.github.io/helm-charts diff --git a/flux2/infrastructure/sources/ingress-nginx.yaml b/flux2/infrastructure/sources/ingress-nginx.yaml index d58ea237d37e2a63c0f6a6a23335809235cf006a..bc939175c89c5fb0a31900b9a35ad3a1c3888ea9 100644 --- a/flux2/infrastructure/sources/ingress-nginx.yaml +++ b/flux2/infrastructure/sources/ingress-nginx.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: ingress-nginx + namespace: flux-system spec: interval: 1h url: https://kubernetes.github.io/ingress-nginx diff --git a/flux2/infrastructure/sources/jetstack.yaml b/flux2/infrastructure/sources/jetstack.yaml index d926c1d4becac3e596879e4ddee153ff79dcca5c..464db14e61468e31e0f65a4df30af1dd280b174a 100644 --- a/flux2/infrastructure/sources/jetstack.yaml +++ b/flux2/infrastructure/sources/jetstack.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: jetstack + namespace: flux-system spec: interval: 1h - url: https://charts.jetstack.io \ No newline at end of file + url: https://charts.jetstack.io diff --git a/flux2/infrastructure/sources/local-path-provisioner.yaml b/flux2/infrastructure/sources/local-path-provisioner.yaml index 22b63e7316b8b9dce648cf9f7fa92966843168a1..13019447341825edbb66b1da803f503b2fe3f456 100644 --- a/flux2/infrastructure/sources/local-path-provisioner.yaml +++ b/flux2/infrastructure/sources/local-path-provisioner.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: local-path-provisioner + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h diff --git a/flux2/infrastructure/sources/nextcloud.yaml b/flux2/infrastructure/sources/nextcloud.yaml index 1117445e432a30e3acc968678bcb9668488f3d99..73aca893dac6ce8b8ede08ccb9266641d56aec24 100644 --- a/flux2/infrastructure/sources/nextcloud.yaml +++ b/flux2/infrastructure/sources/nextcloud.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: nextcloud + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h diff --git a/flux2/infrastructure/sources/prometheus-community.yaml b/flux2/infrastructure/sources/prometheus-community.yaml index 76348e942314d3e72a6368c261fe7f04105abf2e..7b9d5d41a5725b176182b1f2b4fc8937e9ca4ca4 100644 --- a/flux2/infrastructure/sources/prometheus-community.yaml +++ b/flux2/infrastructure/sources/prometheus-community.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: prometheus-community + namespace: flux-system spec: interval: 1h url: https://prometheus-community.github.io/helm-charts diff --git a/flux2/infrastructure/sources/rocketchat-helm-chart.yaml b/flux2/infrastructure/sources/rocketchat-helm-chart.yaml index c7636940abf0841214309b02aba775db959f249a..a4e0ea3134e8f71d94c26ad246380e4890ee4e77 100644 --- a/flux2/infrastructure/sources/rocketchat-helm-chart.yaml +++ b/flux2/infrastructure/sources/rocketchat-helm-chart.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: rocketchat-helm-chart + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h diff --git a/flux2/infrastructure/sources/single-sign-on.yaml b/flux2/infrastructure/sources/single-sign-on.yaml index b4f1a8459dac3a5f274872e88a5926f8c30a7d97..0b51a45cc8affba6762995c97c00cfec51820523 100644 --- a/flux2/infrastructure/sources/single-sign-on.yaml +++ b/flux2/infrastructure/sources/single-sign-on.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: single-sign-on + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h diff --git a/flux2/infrastructure/sources/vmware-tanzu.yaml b/flux2/infrastructure/sources/vmware-tanzu.yaml index e2dd4fe6924d40a77a27741f9792bffc60cd03b2..8f3ee03a1a10df31fa96d894719e45128d0008c9 100644 --- a/flux2/infrastructure/sources/vmware-tanzu.yaml +++ b/flux2/infrastructure/sources/vmware-tanzu.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: vmware-tanzu + namespace: flux-system spec: interval: 1h url: https://vmware-tanzu.github.io/helm-charts diff --git a/flux2/infrastructure/sources/wekan.yaml b/flux2/infrastructure/sources/wekan.yaml index 136e2891f4b2e1f6c613676de683911cb3563544..d6fc69106bbe8ab9f846fb9ef80bf1904e753303 100644 --- a/flux2/infrastructure/sources/wekan.yaml +++ b/flux2/infrastructure/sources/wekan.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: wekan + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h diff --git a/flux2/infrastructure/sources/wikimedia.yaml b/flux2/infrastructure/sources/wikimedia.yaml index c1d536c2a935da69658ca85cfd50bbe36e249fae..d7c3c236f0242bf62c54abc8867bbe6ac03c938c 100644 --- a/flux2/infrastructure/sources/wikimedia.yaml +++ b/flux2/infrastructure/sources/wikimedia.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: wikimedia + namespace: flux-system spec: interval: 1h url: https://helm-charts.wikimedia.org/stable/ diff --git a/flux2/infrastructure/sources/wordpress.yaml b/flux2/infrastructure/sources/wordpress.yaml index 0057c5409055624f7feb3e52d7cb7d6194a56bbd..e8743410c3642b9338e259ac8fe0dd9a674120d8 100644 --- a/flux2/infrastructure/sources/wordpress.yaml +++ b/flux2/infrastructure/sources/wordpress.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: wordpress + namespace: flux-system spec: # The interval at which to check the upstream for updates interval: 1h