Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VMI spec: Always pull container disk image
Currently, the ImagePullPolicy on the container disk image is undefined, thus defaults to `IfNotPresent` [1]. Since we are using a single tag to represent the current state of the `main` branch, the image is not pulled again when there are updates to the VM under test's container disk image. Set the ImagePullPolicy to `Always`[2]. [1] https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting [2] https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy Signed-off-by: Orel Misan <omisan@redhat.com>
- Loading branch information