You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml
+7
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ spec:
62
62
interval:
63
63
description: The interval at which to check the Source for updates.
64
64
type: string
65
+
reconcileStrategy:
66
+
default: ChartVersion
67
+
description: 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.
68
+
enum:
69
+
- ChartVersion
70
+
- Revision
71
+
type: string
65
72
sourceRef:
66
73
description: The reference to the Source the chart is available at.
0 commit comments