bump pause to 3.2 in hack/

This commit is contained in:
Benjamin Elder 2020-02-14 11:39:14 -08:00
parent 3fb7183215
commit 53da837872

View File

@ -1,24 +1,24 @@
{ {
"apiVersion": "v1", "apiVersion": "v1",
"kind": "Pod", "kind": "Pod",
"metadata": { "metadata": {
"name": "pod-with-precision" "name": "pod-with-precision"
}, },
"spec": { "spec": {
"activeDeadlineSeconds": 2147483647, "activeDeadlineSeconds": 2147483647,
"containers": [ "containers": [
{ {
"name": "kubernetes-pause", "name": "kubernetes-pause",
"image": "k8s.gcr.io/pause:3.1" "image": "k8s.gcr.io/pause:3.2"
}
],
"restartPolicy": "Never",
"securityContext": {
"supplementalGroups": [
0,
1000030003,
2147483647
]
} }
],
"restartPolicy": "Never",
"securityContext": {
"supplementalGroups": [
0,
1000030003,
2147483647
]
} }
} }
}