Skip to main content

HelmRepository

Sources from a Helm chart repository.

  • Group: source.toolkit.fluxcd.io
  • Version: v1

Fields

FieldLabelTypeRequiredDescription
metadata.nameNamestringYesUnique name for this HelmRepository resource.
metadata.namespaceNamespacestringYesNamespace where the resource will be created.
spec.typeRepository TypeselectNoType of Helm repository (default, oci).
spec.urlRepository URLstringYesHTTP/S or OCI registry URL.
spec.intervalSync IntervaldurationYesHow often to check for new chart versions.
spec.secretRef.nameSecret NamestringNoSecret containing authentication credentials.
spec.suspendSuspendbooleanNoSuspend reconciliation of this repository.

Example

apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: example
namespace: flux-system
spec:
interval: 5m
url: https://charts.bitnami.com/bitnami