update nginx base image to new alpine 3.14.4 build - try 2 (#8409)
* update nginx base image to new alpine 3.14.4 build Signed-off-by: James Strong <strong.james.e@gmail.com> * update test image Signed-off-by: James Strong <strong.james.e@gmail.com> * Update nginx base image Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com> Co-authored-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
87979099fd
commit
f1cb2b73ca
7 changed files with 7 additions and 7 deletions
|
|
@ -38,7 +38,7 @@ const SlowEchoService = "slow-echo"
|
|||
const HTTPBinService = "httpbin"
|
||||
|
||||
// NginxBaseImage use for testing
|
||||
const NginxBaseImage = "k8s.gcr.io/ingress-nginx/nginx:v20210926-g5662db450@sha256:1ef404b5e8741fe49605a1f40c3fdd8ef657aecdb9526ea979d1672eeabd0cd9"
|
||||
const NginxBaseImage = "k8s.gcr.io/ingress-nginx/nginx:5402d35663917ccbbf77ff48a22b8c6f77097f48@sha256:ec8a104df307f5c6d68157b7ac8e5e1e2c2f0ea07ddf25bb1c6c43c67e351180"
|
||||
|
||||
type deploymentOptions struct {
|
||||
namespace string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue