Skip to content

Commit

Permalink
When doing tests, always pull the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
maierlars committed Oct 26, 2018
1 parent afd5dea commit d464dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ func newDeployment(name string) *api.ArangoDeployment {
ObjectMeta: metav1.ObjectMeta{
Name: strings.ToLower(name),
},
Spec: api.DeploymentSpec{
ImagePullPolicy: util.NewPullPolicy(v1.PullAlways),
},
}

// set default image to the value given in env
Expand Down

0 comments on commit d464dc1

Please sign in to comment.