Switching everything to use pause:3.8
Signed-off-by: Mark Rossetti <marosset@microsoft.com> Kubernetes-commit: 40f3e624a602d1381959ef7cb3e9768d48d3cece
This commit is contained in:
parent
c813fbfd73
commit
6107735374
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.7
|
image: registry.k8s.io/pause:3.8
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
|
@ -30,4 +30,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.7
|
image: registry.k8s.io/pause:3.8
|
||||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.7
|
image: registry.k8s.io/pause:3.8
|
||||||
|
|
Loading…
Reference in New Issue