Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bug-fix/test-pull-policy-always'…
Browse files Browse the repository at this point in the history
… into bug-fix/readiness-upgrade-fix
  • Loading branch information
maierlars committed Oct 26, 2018
2 parents b05e4fe + d464dc1 commit afb2bc2
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 afb2bc2

Please sign in to comment.