Skip to content

Commit d464dc1

Browse files
author
lamai93
committed
When doing tests, always pull the image.
1 parent afd5dea commit d464dc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_util.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ func newDeployment(name string) *api.ArangoDeployment {
257257
ObjectMeta: metav1.ObjectMeta{
258258
Name: strings.ToLower(name),
259259
},
260+
Spec: api.DeploymentSpec{
261+
ImagePullPolicy: util.NewPullPolicy(v1.PullAlways),
262+
},
260263
}
261264

262265
// set default image to the value given in env

0 commit comments

Comments
 (0)