Merge pull request #10258 from bzsuni/bz/update/pause
update pause image to 3.10
This commit is contained in:
@@ -498,8 +498,8 @@ func TestImageGetLabels(t *testing.T) {
|
||||
{
|
||||
name: "pinned image labels should get added on sandbox image",
|
||||
expectedLabel: map[string]string{labels.ImageLabelKey: labels.ImageLabelValue, labels.PinnedImageLabelKey: labels.PinnedImageLabelValue},
|
||||
pinnedImages: map[string]string{"sandbox": "k8s.gcr.io/pause:3.9"},
|
||||
pullImageName: "k8s.gcr.io/pause:3.9",
|
||||
pinnedImages: map[string]string{"sandbox": "k8s.gcr.io/pause:3.10"},
|
||||
pullImageName: "k8s.gcr.io/pause:3.10",
|
||||
},
|
||||
{
|
||||
name: "pinned image labels should get added on sandbox image without tag",
|
||||
|
||||
Reference in New Issue
Block a user