Update test container images

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-03 16:22:58 -03:00
parent 47c0cb7188
commit 2f08e87dcf
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ func (f *Framework) NewEchoDeploymentWithReplicas(replicas int) {
// replicas is configurable and
// name is configurable
func (f *Framework) NewEchoDeploymentWithNameAndReplicas(name string, replicas int) {
deployment := newDeployment(name, f.Namespace, "k8s.gcr.io/ingress-nginx/e2e-test-echo@sha256:fda9a88ff1d4d22fda6b0220118252da79ff0c7cd06d4f736a89bc28b64890eb", 80, int32(replicas),
deployment := newDeployment(name, f.Namespace, "k8s.gcr.io/ingress-nginx/e2e-test-echo@sha256:d34944a61a65382e9a81f5e28e981187b419b9d579322277c5a98c2857fd7c5e", 80, int32(replicas),
nil,
[]corev1.VolumeMount{},
[]corev1.Volume{},