Skip to content
Snippets Groups Projects
Unverified Commit ee0352a0 authored by Varac's avatar Varac
Browse files

Add namespace to flux sources for renovatebot

parent 37444340
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 1 deletion
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......
......@@ -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
......
......@@ -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
......@@ -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
......
......@@ -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
......
......@@ -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
......@@ -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
......
......@@ -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/
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment