From 53da837872a79a6ef7668f2b771932eb892c12f8 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 14 Feb 2020 11:39:14 -0800 Subject: [PATCH] bump pause to 3.2 in hack/ --- hack/testdata/pod-with-precision.json | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/hack/testdata/pod-with-precision.json b/hack/testdata/pod-with-precision.json index f96fb21e407..2b501eba82c 100644 --- a/hack/testdata/pod-with-precision.json +++ b/hack/testdata/pod-with-precision.json @@ -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 + ] } -} + } +} \ No newline at end of file