Skip to content

Draft: Set imagePullPolicy=Always in the CSV file used to build OLM bundle images in CI

Signed-off-by: Christopher Desiniotis cdesiniotis@nvidia.com

On master and release-* branches, we build an OLM bundle image with every commit. The gpu-operator image is pulled via a <branch-name>-latest tag. This change ensures the latest gpu-operator image built off the CI pipeline gets pulled when users install the OLM bundle image.

Edited by Christopher Desiniotis

Merge request reports