Add documentation/help on preserving the digest

Issue: #3487
This commit is contained in:
dimw
2021-01-25 22:06:44 +01:00
parent 9b4fdcf35a
commit ae060cc225

View File

@@ -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)