Merge pull request #3354 from Shell32-Natsu/set-image

describe the format of image tag that is allowed
This commit is contained in:
Jeff Regan
2020-12-15 09:44:20 -08:00
committed by GitHub

View File

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