CMP-4293: updated imagePullPolicy to default of IfNotPresent#1208
CMP-4293: updated imagePullPolicy to default of IfNotPresent#1208vickeybrown wants to merge 1 commit into
Conversation
|
@vickeybrown: This pull request references CMP-4293 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the feature to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
🤖 To deploy this PR, run the following command: |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: taimurhafeez, vickeybrown The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I don't think this is a good idea since the images being used are hardcoded to Also, the current |
|
When we release downstream, these images are pinned in the CSV in the Bundle Image: |
|
I don't think we should be pinning the images on the development branch, but I agree we should pin then at the moment of release. In the |
|
/test e2e-aws-parallel-arm |
|
@vickeybrown: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
We need to change the default imagePullPolicy from Always to IfNotPresent as it's causing issues with docker registry.
Closes CMP-4293