Update nginx image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-04 17:27:17 -03:00
parent 2254a91866
commit 72dc53a82f
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@ func (f *Framework) NGINXWithConfigDeployment(name string, cfg string) {
}, metav1.CreateOptions{})
assert.Nil(ginkgo.GinkgoT(), err, "creating configmap")
deployment := newDeployment(name, f.Namespace, "k8s.gcr.io/ingress-nginx/nginx:v20201230-g0cca8e83c@sha256:2db55a11e6a1d9dfa690c7667d3936de1c0fd48855e7b60ab31e6c98e31e5354", 80, 1,
deployment := newDeployment(name, f.Namespace, "k8s.gcr.io/ingress-nginx/nginx:v20210104-g2254a9186@sha256:edd1d06bc6892b0dfb42de7d782ceb3c50eec843b09024abf3f95ba23f4feed5", 80, 1,
nil,
[]corev1.VolumeMount{
{