Skip to content

Commit

Permalink
Merge pull request #3854 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3768-to-release-4.17

[release-4.17] USHIFT-4266: change imagePullPolicy from Always to IfNotPresent
  • Loading branch information
openshift-merge-bot[bot] committed Sep 4, 2024
2 parents e29a340 + fbd02a8 commit a752fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/optional/multus/07-daemonset-dhcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
containers:
- name: dhcp-daemon
image: containernetworking-plugins-microshift
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command: ["/usr/src/plugins/bin/dhcp"]
args:
- "daemon"
Expand Down

0 comments on commit a752fcc

Please sign in to comment.