File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
spec:
32
32
containers:
33
33
- name: production
34
- image: registry.k8s.io/ingress-nginx/e2e-test-echo@sha256:6fc5aa2994c86575975bb20a5203651207029a0d28e3f491d8a127d08baadab4
34
+ image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.0.1 @sha256:1cec65aa768720290d05d65ab1c297ca46b39930e56bc9488259f9114fcd30e2
35
35
ports:
36
36
- containerPort: 80
37
37
env:
97
97
spec:
98
98
containers:
99
99
- name: canary
100
- image: registry.k8s.io/ingress-nginx/e2e-test-echo@sha256:6fc5aa2994c86575975bb20a5203651207029a0d28e3f491d8a127d08baadab4
100
+ image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.0.1 @sha256:1cec65aa768720290d05d65ab1c297ca46b39930e56bc9488259f9114fcd30e2
101
101
ports:
102
102
- containerPort: 80
103
103
env:
Original file line number Diff line number Diff line change 18
18
terminationGracePeriodSeconds : 60
19
19
containers :
20
20
- name : echo-service
21
- image : registry.k8s.io/ingress-nginx/e2e-test-echo:v20230527 @sha256:6fc5aa2994c86575975bb20a5203651207029a0d28e3f491d8a127d08baadab4
21
+ image : registry.k8s.io/ingress-nginx/e2e-test-echo:v1.0.1 @sha256:1cec65aa768720290d05d65ab1c297ca46b39930e56bc9488259f9114fcd30e2
22
22
ports :
23
23
- containerPort : 8080
24
24
resources :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const NIPService = "external-nip"
47
47
var HTTPBunImage = os .Getenv ("HTTPBUN_IMAGE" )
48
48
49
49
// EchoImage is the default image to be used by the echo service
50
- const EchoImage = "registry.k8s.io/ingress-nginx/e2e-test-echo@sha256:4938d1d91a2b7d19454460a8c1b010b89f6ff92d2987fd889ac3e8fc3b70d91a " //#nosec G101
50
+ const EchoImage = "registry.k8s.io/ingress-nginx/e2e-test-echo:v1.0.1 @sha256:1cec65aa768720290d05d65ab1c297ca46b39930e56bc9488259f9114fcd30e2 " //#nosec G101
51
51
52
52
// TODO: change all Deployment functions to use these options
53
53
// in order to reduce complexity and have a unified API across the
You can’t perform that action at this time.
0 commit comments