-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set imagePullPolicy always for devel version (#666)
When referencing a 'devel' version on install, the existing cluster could have downloaded previous versions of the images, if we don't specify imagePullPolicy as always the images could be old, leading to testing issues. This way we act very close to the best practices defined in [1] Fixes-Issue: submariner-io/submariner#781 [1] https://kubernetes.io/docs/concepts/configuration/overview/#container-images Signed-off-by: Miguel Angel Ajo <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters