62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: bitnami-charts
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://charts.bitnami.com/bitnami
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: bjws-charts
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://bjw-s.github.io/helm-charts
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: ingress-nginx
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://kubernetes.github.io/ingress-nginx
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: victoria-metrics-charts
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://victoriametrics.github.io/helm-charts
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: grafana
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://grafana.github.io/helm-charts
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: prometheus-community
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: cilium
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 2h
|
|
url: https://helm.cilium.io/ |