flux v0.27.3

ImageUpdateAutomation.spec

ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation

5 fields
ImageUpdateAutomation.spec fields and descriptions
Field / TypeDescription
object

GitSpec contains all the git-specific definitions. This is technically optional, but in practice mandatory until there are other kinds of source allowed.

interval
string required

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

object required

SourceRef refers to the resource giving access details to a git repository.

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"}