Kustomize is a tool for customizing Kubernetes configurations. Like for secrets, in Kustomize, there is a custom directive that allows to easily override names, tags and change registries (repositories) of container images (e.g. Docker images). This short note shows how to change the image name, tag or registry using Kustomize.