flux v0.27.3
ImageUpdateAutomation.spec
ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation
| Field / Type | Description |
|---|---|
Checkout gives the parameters for cloning the git repository, ready to make changes. | |
Commit specifies how to commit to the git repository. | |
interval | Interval gives an lower bound for how often the automation run should be attempted. |
Push specifies how and where to push commits made by the automation. If missing, commits are pushed (back) to `.spec.checkout.branch`. | |
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.
|