Merge pull request #109123 from dims/switch-to-pause-3.7

Switch to pause 3.7 for Kubernetes 1.24
This commit is contained in:
Kubernetes Prow Robot
2022-03-29 20:37:39 -07:00
committed by GitHub
55 changed files with 66 additions and 66 deletions

View File

@@ -24,7 +24,7 @@ import (
const (
// When these values are updated, also update test/utils/image/manifest.go
defaultPodSandboxImageName = "k8s.gcr.io/pause"
defaultPodSandboxImageVersion = "3.6"
defaultPodSandboxImageVersion = "3.7"
)
var (