Skip to content

Commit

Permalink
fix: Prevent spamming pull busybox from dockerhub (feast-dev#3923)
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
Signed-off-by: Attila Toth <hello@attilatoth.dev>
  • Loading branch information
sudohainguyen authored and zseta committed Feb 7, 2024
1 parent 125cb1c commit 2b72364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def _create_job_definition(self, job_id, namespace, pods, env, index_offset=0):
}
],
"image": "busybox",
"imagePullPolicy": "Always",
"imagePullPolicy": "IfNotPresent",
"name": "init-hostfile",
"resources": {},
"securityContext": {
Expand Down

0 comments on commit 2b72364

Please sign in to comment.