From ae060cc225686a82af9fd0bdd8422b463cc80c43 Mon Sep 17 00:00:00 2001 From: dimw Date: Mon, 25 Jan 2021 22:06:44 +0100 Subject: [PATCH] Add documentation/help on preserving the digest Issue: #3487 --- kustomize/internal/commands/edit/set/setimage.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/internal/commands/edit/set/setimage.go b/kustomize/internal/commands/edit/set/setimage.go index 3b2517c36b..91e79b1c05 100644 --- a/kustomize/internal/commands/edit/set/setimage.go +++ b/kustomize/internal/commands/edit/set/setimage.go @@ -76,8 +76,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 '-'. Passing * (asterisk) either in the new name -or in new tag will preserve the appropriate values from the kustomization file. +The image tag can only contain alphanumeric, '.', '_' and '-'. Passing * (asterisk) either as the new name, +the new tag, or the digest will preserve the appropriate values from the kustomization file. `, RunE: func(cmd *cobra.Command, args []string) error { err := o.Validate(args)