From fe99da40db3c6d0d7fdc4c1188dff00ccc5fa7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Bj=C3=B6rklund?= Date: Tue, 21 Jan 2025 16:49:39 +0100 Subject: [PATCH] Bump the sandbox image version to 3.10 - backport `release/0.3` (#429) --- cmd/cri/options/options.go | 2 +- core/sandbox_helpers.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cri/options/options.go b/cmd/cri/options/options.go index 27db85ddb..76bc8b466 100644 --- a/cmd/cri/options/options.go +++ b/cmd/cri/options/options.go @@ -91,7 +91,7 @@ func (f *DockerCRIFlags) AddFlags(mainfs *pflag.FlagSet) { const ( defaultPodSandboxImageName = "registry.k8s.io/pause" - defaultPodSandboxImageVersion = "3.9" + defaultPodSandboxImageVersion = "3.10" ) var ( diff --git a/core/sandbox_helpers.go b/core/sandbox_helpers.go index 02522205d..80dc66f1c 100644 --- a/core/sandbox_helpers.go +++ b/core/sandbox_helpers.go @@ -36,7 +36,7 @@ import ( ) const ( - defaultSandboxImage = "registry.k8s.io/pause:3.9" + defaultSandboxImage = "registry.k8s.io/pause:3.10" // Various default sandbox resources requests/limits. defaultSandboxCPUshares int64 = 2