Skip to content

Commit

Permalink
Add Always pull policy for virt-v2v
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Oct 18, 2024
1 parent 6fa8379 commit d045987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/controller/plan/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,9 @@ func (r *KubeVirt) guestConversionPod(vm *plan.VMStatus, vmVolumes []cnv.Volume,
InitContainers: initContainers,
Containers: []core.Container{
{
Name: "virt-v2v",
Env: environment,
Name: "virt-v2v",
Env: environment,
ImagePullPolicy: core.PullAlways,
EnvFrom: []core.EnvFromSource{
{
Prefix: "V2V_",
Expand Down

0 comments on commit d045987

Please sign in to comment.