update pause to 3.4.1 for tests(e2e)
Signed-off-by: pacoxu <paco.xu@daocloud.io> Kubernetes-commit: 0c152cbbbeb6c5c64b1da7235f69a056c011309b
This commit is contained in:
parent
a2d36ec6d6
commit
6daf7d4a29
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.2
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.2
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.2
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
|
|
Loading…
Reference in New Issue