bump pause to 3.2 in hack/
This commit is contained in:
parent
3fb7183215
commit
53da837872
42
hack/testdata/pod-with-precision.json
vendored
42
hack/testdata/pod-with-precision.json
vendored
@ -1,24 +1,24 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "pod-with-precision"
|
||||
},
|
||||
"spec": {
|
||||
"activeDeadlineSeconds": 2147483647,
|
||||
"containers": [
|
||||
{
|
||||
"name": "kubernetes-pause",
|
||||
"image": "k8s.gcr.io/pause:3.1"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never",
|
||||
"securityContext": {
|
||||
"supplementalGroups": [
|
||||
0,
|
||||
1000030003,
|
||||
2147483647
|
||||
]
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "pod-with-precision"
|
||||
},
|
||||
"spec": {
|
||||
"activeDeadlineSeconds": 2147483647,
|
||||
"containers": [
|
||||
{
|
||||
"name": "kubernetes-pause",
|
||||
"image": "k8s.gcr.io/pause:3.2"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never",
|
||||
"securityContext": {
|
||||
"supplementalGroups": [
|
||||
0,
|
||||
1000030003,
|
||||
2147483647
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user