Update nginx image in project images

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-10-29 10:21:10 -03:00
parent 44ae712f62
commit 92de5212d8
5 changed files with 5 additions and 5 deletions

View file

@ -132,7 +132,7 @@ http {
}, metav1.CreateOptions{})
assert.Nil(ginkgo.GinkgoT(), err, "creating configmap")
deployment := newDeployment(SlowEchoService, f.Namespace, "k8s.gcr.io/ingress-nginx/nginx:v20200812-g0673e5e17@sha256:3bafc6840f2477c05eb029580fa8ecf4bd33b0f0765e3cd9cc82ad91f817ccf3", 80, 1,
deployment := newDeployment(SlowEchoService, f.Namespace, "k8s.gcr.io/ingress-nginx/nginx:v20201028-g2c1279cd8@sha256:bd22e4f9bbf88aee527a86692be4442d03fa1ef2df94356312c9db8bec1f7ea3", 80, 1,
nil,
[]corev1.VolumeMount{
{