Charts
All services inside the cluster are deployed by Flux using Helm charts. To ensure the existence of all chart repositories before the service reconciliation they're grouped together and applied as a Kustomization
dependency for all services.
The following chart repositories will be created as HelmRepository
declarations by this section:
authelia
→ https://charts.authelia.comcloudflare-exporter
→ https://lablabs.github.io/cloudflare-exportergitlab
→ https://charts.gitlab.iografana
→ https://grafana.github.io/helm-chartsjetstack
→ https://charts.jetstack.iok8s-at-home
→ https://k8s-at-home.com/chartskured
→ https://kubereboot.github.io/chartspascaliske
→ https://charts.pascaliske.devprometheus-community
→ https://prometheus-community.github.io/helm-chartstraefik
→ https://helm.traefik.io/traefikvector
→ https://helm.vector.devvmware-tanzu
→ https://vmware-tanzu.github.io/helm-charts
Flux checks these helm repositories regularly at the specified intervals of 10m0s
and updates the HelmRelease
objects accordingly.