bump pause to 3.2 in kubectl test data
Kubernetes-commit: 8ba86728e3d17f1948858c1b5480dfe0410a1409
This commit is contained in:
parent
d5968870bb
commit
30ce4fd599
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: k8s.gcr.io/pause:3.1
|
image: k8s.gcr.io/pause:3.2
|
||||||
---
|
---
|
||||||
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.1
|
image: k8s.gcr.io/pause:3.2
|
||||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: k8s.gcr.io/pause:3.1
|
image: k8s.gcr.io/pause:3.2
|
||||||
|
|
Loading…
Reference in New Issue