Skip to content

Commit

Permalink
control-service: change default image.pullPolicy (#578)
Browse files Browse the repository at this point in the history
This change aims to reduce the pulling of docker images. There's no
point of trying to pull it every time if we don't use `latest` tag.

Testing Done: integration test passed

Signed-off-by: Miroslav Ivanov [email protected]
  • Loading branch information
mivanov1988 authored and mrMoZ1 committed Dec 6, 2021
1 parent 389e35a commit 00e7b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
pullPolicy: Always
pullPolicy: IfNotPresent

# The image configuration for builder jobs used during deployment of data jobs.
# Generally those should be left as it is.
Expand Down

0 comments on commit 00e7b80

Please sign in to comment.