flux v2.9.5

HelmRelease.spec.chart.spec.sourceRef

The name and namespace of the v1.Source the chart is available at.

4 fields
HelmRelease.spec.chart.spec.sourceRef fields and descriptions
Field / TypeDescription
apiVersion
string

APIVersion of the referent.

kind
string required

Kind of the referent.

  • enum: ["HelmRepository","GitRepository","Bucket"]
name
string required

Name of the referent.

  • minLength: 1
  • maxLength: 253
namespace
string

Namespace of the referent.

  • minLength: 1
  • maxLength: 63