flux v2.9.5

HelmChart.spec.reconcileStrategy

ReconcileStrategy determines what enables the creation of a new artifact. Valid values are ('ChartVersion', 'Revision'). See the documentation of the values for an explanation on their behavior. Defaults to ChartVersion when omitted.

1 fields
HelmChart.spec.reconcileStrategy fields and descriptions
Field / TypeDescription
HelmChart.spec.reconcileStrategy
string

ReconcileStrategy determines what enables the creation of a new artifact. Valid values are ('ChartVersion', 'Revision'). See the documentation of the values for an explanation on their behavior. Defaults to ChartVersion when omitted.

  • enum: ["ChartVersion","Revision"]
  • default: "ChartVersion"