Update the nginx image from hub.docker.com

This commit is contained in:
Manjunath A Kumatagi
2018-07-11 11:20:23 +05:30
parent 4cd27c3644
commit 1f7f33aaa4
26 changed files with 55 additions and 46 deletions

View File

@@ -51,7 +51,7 @@ func (DeploymentUpgradeTest) Name() string { return "[sig-apps] deployment-upgra
// Setup creates a deployment and makes sure it has a new and an old replicaset running.
func (t *DeploymentUpgradeTest) Setup(f *framework.Framework) {
c := f.ClientSet
nginxImage := imageutils.GetE2EImage(imageutils.NginxSlim)
nginxImage := imageutils.GetE2EImage(imageutils.Nginx)
ns := f.Namespace.Name
deploymentClient := c.AppsV1().Deployments(ns)