flux v0.27.3

Kustomization.spec.images[]

Image contains an image name, a new name, a new tag or digest, which will replace the original name and tag.

4 fields
Kustomization.spec.images[] fields and descriptions
Field / TypeDescription
digest
string

Digest is the value used to replace the original image tag. If digest is present NewTag value is ignored.

name
string required

Name is a tag-less image name.

newName
string

NewName is the value used to replace the original name.

newTag
string

NewTag is the value used to replace the original tag.