From 30ce4fd599934647aee4b14481bd78661357a0eb Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 14 Feb 2020 11:39:35 -0800 Subject: [PATCH] bump pause to 3.2 in kubectl test data Kubernetes-commit: 8ba86728e3d17f1948858c1b5480dfe0410a1409 --- testdata/set/multi-resource-yaml.yaml | 4 ++-- testdata/set/namespaced-resource.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testdata/set/multi-resource-yaml.yaml b/testdata/set/multi-resource-yaml.yaml index 6a2eed872..57b004e72 100644 --- a/testdata/set/multi-resource-yaml.yaml +++ b/testdata/set/multi-resource-yaml.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.1 + image: k8s.gcr.io/pause:3.2 --- apiVersion: v1 kind: ReplicationController @@ -30,4 +30,4 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.1 + image: k8s.gcr.io/pause:3.2 diff --git a/testdata/set/namespaced-resource.yaml b/testdata/set/namespaced-resource.yaml index 71d9b24ba..e4541b8bc 100644 --- a/testdata/set/namespaced-resource.yaml +++ b/testdata/set/namespaced-resource.yaml @@ -14,4 +14,4 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.1 + image: k8s.gcr.io/pause:3.2