Skip to content

Commit

Permalink
conformance: Update imagePullPolicy
Browse files Browse the repository at this point in the history
Since the used tag is devel and not latest,
the default imagePullPolicy used is IfNotPresent.
While developing, it means that in case the conformance image
was rebuilt and repushed, it won't get updated.

Changing to Always allows to overcome this problem.
In case the image already exists with the same hash, it won't
be downloaded again, so it even doesn't affect performance.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Sep 28, 2022
1 parent d0752ec commit 63dcc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/release/conformance.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ spec:
command:
- /usr/bin/conformance
image: {{.DockerPrefix}}/conformance:{{.DockerTag}}
imagePullPolicy: Always
name: plugin

0 comments on commit 63dcc7a

Please sign in to comment.