flux v2.9.5

ImageUpdateAutomation.spec.git.commit

Commit specifies how to commit to the git repository.

4 fields
ImageUpdateAutomation.spec.git.commit fields and descriptions
Field / TypeDescription
object required

Author gives the email and optionally the name to use as the author of commits.

messageTemplate
string

MessageTemplate provides a template for the commit message, into which will be interpolated the details of the change made. Note: The `Updated` template field has been removed. Use `Changed` instead.

map[string]string

MessageTemplateValues provides additional values to be available to the templating rendering.

object

SigningKey provides the option to sign commits with an OpenPGP or SSH signing key, referenced from a Secret. See SigningKey.