diff --git a/kustomize/internal/commands/edit/set/setimage.go b/kustomize/internal/commands/edit/set/setimage.go index cd7497f70..e8e813614 100644 --- a/kustomize/internal/commands/edit/set/setimage.go +++ b/kustomize/internal/commands/edit/set/setimage.go @@ -73,6 +73,8 @@ images: to the kustomization file if it doesn't exist, and overwrite the previous ones if the image name exists. + +The image tag can only contain alphanumeric, '.', '_' and '-'. `, RunE: func(cmd *cobra.Command, args []string) error { err := o.Validate(args)