Skip to content

Add pullPolicy to image definition

Jan-Otto Kröpke requested to merge (removed):image_pullpolicy into master

What does this MR do?

Adds pullPolicy to image definition:

build:
  image:
    name: $CI_REGISTRY/dreamhost/kubectl-helm-docker
    pull_policy: always # available: always, if-not-present, never

Why was this MR needed?

Finer configuration of the imagePullPolicy

Are there points in the code the reviewer needs to double check?

Yes please. I'm go beginner.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Pedro Pombeiro

Merge request reports