diff --git a/pkg/types/kustomization.go b/pkg/types/kustomization.go index 31b3a2147..26c689452 100644 --- a/pkg/types/kustomization.go +++ b/pkg/types/kustomization.go @@ -155,7 +155,7 @@ func (k *Kustomization) DealWithDeprecatedFields() { } if len(k.ImageTags) > 0 { - // Transform `image.Tag` to `image.Image` + // Transform `ImageTag` to `Image` // for backwards compatibility k.Images = image.Append( k.Images, k.ImageTags...)