flux v0.27.3

ImageUpdateAutomation.spec

ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation

6 fields
ImageUpdateAutomation.spec fields and descriptions
Field / TypeDescription
object required

Checkout gives the parameters for cloning the git repository, ready to make changes.

object required

Commit specifies how to commit to the git repository.

interval
string required

Interval gives an lower bound for how often the automation run should be attempted.

object

Push specifies how and where to push commits made by the automation. If missing, commits are pushed (back) to `.spec.checkout.branch`.

suspend
boolean

Suspend tells the controller to not run this automation, until it is unset (or set to false). Defaults to false.

object

Update gives the specification for how to update the files in the repository. This can be left empty, to use the default value.

  • default: {"strategy":"Setters"}