flux v2.9.5
Kustomization.spec.images[]
Image contains an image name, a new name, a new tag or digest, which will replace the original name and tag.
| Field / Type | Description |
|---|---|
digest | Digest is the value used to replace the original image tag. If digest is present NewTag value is ignored. |
name | Name is a tag-less image name. |
newName | NewName is the value used to replace the original name. |
newTag | NewTag is the value used to replace the original tag. |