updates pause image references
The pause:3.6 image has been published. Also updates older / incorrect references. Kubernetes-commit: 18936d47858b25d7de3bada57f70f1aa22981e75
This commit is contained in:
parent
809211b6c8
commit
5f3d7dad09
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: k8s.gcr.io/pause:3.5
|
image: k8s.gcr.io/pause:3.6
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
|
@ -30,4 +30,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: k8s.gcr.io/pause:3.5
|
image: k8s.gcr.io/pause:3.6
|
||||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: k8s.gcr.io/pause:3.5
|
image: k8s.gcr.io/pause:3.6
|
||||||
|
|
Loading…
Reference in New Issue