flux v2.9.5
ImageUpdateAutomation.spec
ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation
| Field / Type | Description |
|---|---|
GitSpec contains all the git-specific definitions. This is technically optional, but in practice mandatory until there are other kinds of source allowed. | |
interval | Interval gives an lower bound for how often the automation run should be attempted.
|
PolicySelector allows to filter applied policies based on labels. By default includes all policies in namespace.
| |
SourceRef refers to the resource giving access details to a git repository. | |
suspend | Suspend tells the controller to not run this automation, until it is unset (or set to false). Defaults to false. |
Update gives the specification for how to update the files in the repository. This can be left empty, to use the default value.
|