Skip to content

Commit 6616b25

Browse files
committed
fix comment
1 parent 6d56c17 commit 6616b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/kustomization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (k *Kustomization) DealWithDeprecatedFields() {
155155
}
156156

157157
if len(k.ImageTags) > 0 {
158-
// Transform `image.Tag` to `image.Image`
158+
// Transform `ImageTag` to `Image`
159159
// for backwards compatibility
160160
k.Images = image.Append(
161161
k.Images, k.ImageTags...)

0 commit comments

Comments
 (0)