flux v0.31.2
Kustomization.spec.images
Images is a list of (image name, new name, new tag or digest) for changing image names, tags or digests. This can also be achieved with a patch, but this operator is simpler to specify.
| 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. |