flux v2.9.5

HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.chartRef

ChartRef holds a reference to a source controller resource containing the Helm chart artifact.

4 fields
HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.chartRef fields and descriptions
Field / TypeDescription
apiVersion
string

APIVersion of the referent.

kind
string required

Kind of the referent.

  • enum: ["OCIRepository","HelmChart","ExternalArtifact"]
name
string required

Name of the referent.

  • minLength: 1
  • maxLength: 253
namespace
string

Namespace of the referent, defaults to the namespace of the Kubernetes resource object that contains the reference.

  • minLength: 1
  • maxLength: 63