mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
add set image command
This commit is contained in:
@@ -157,6 +157,8 @@ func (k *Kustomization) DealWithDeprecatedFields() {
|
||||
if len(k.ImageTags) > 0 {
|
||||
// Transform `ImageTag` to `Image`
|
||||
// for backwards compatibility
|
||||
// images are appended first to keep
|
||||
// higher precedence
|
||||
k.Images = image.Append(
|
||||
k.Images, k.ImageTags...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user