flux v0.27.3

HelmRelease.spec.postRenderers[].kustomize.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.

4 fields
HelmRelease.spec.postRenderers[].kustomize.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.