Skip to content

Commit

Permalink
USHIFT-4061: change imagePullPolicy from Always to IfNotPresent
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
  • Loading branch information
eslutsky authored and openshift-cherrypick-robot committed Sep 3, 2024
1 parent e29a340 commit fbd02a8
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 fbd02a8

Please sign in to comment.