Merge pull request #100292 from saschagrunert/pause-3.5
Update pause image to v3.5 Kubernetes-commit: 7229ea343dd649f9a6c20fa1fd6b13e602f3f082
This commit is contained in:
commit
6ab6f181bf
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue