From a702eb26c2a8c7fed7ff6d43f847a915453f5ce2 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 16 Mar 2021 13:41:02 +0100 Subject: [PATCH] Update pause image to v3.5 Update dependencies and the test images to use pause 3.5. We also provide a changelog entry for the new container image version. Signed-off-by: Sascha Grunert Kubernetes-commit: b167fc24d7fb7349e9f50402c076b3d84d92ca95 --- 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 b308ff07a..d6c566ce2 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.4.1 + image: k8s.gcr.io/pause:3.5 --- apiVersion: v1 kind: ReplicationController @@ -30,4 +30,4 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.4.1 + image: k8s.gcr.io/pause:3.5 diff --git a/testdata/set/namespaced-resource.yaml b/testdata/set/namespaced-resource.yaml index c01b0bcd9..bdefabd17 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.4.1 + image: k8s.gcr.io/pause:3.5