Skip to content

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:

Flux checks these helm repositories regularly at the specified intervals of 10m0s and updates the HelmRelease objects accordingly.

Example of a HelmRepository declaration
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
  name: pascaliske
  namespace: flux-system
spec:
  interval: 10m0s
  url: https://charts.pascaliske.dev