mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
updates pause image references
The pause:3.6 image has been published. Also updates older / incorrect references.
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
const (
|
||||
// When these values are updated, also update test/utils/image/manifest.go
|
||||
defaultPodSandboxImageName = "k8s.gcr.io/pause"
|
||||
defaultPodSandboxImageVersion = "3.5"
|
||||
defaultPodSandboxImageVersion = "3.6"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user