Merge pull request #10258 from bzsuni/bz/update/pause

update pause image to 3.10
This commit is contained in:
Maksym Pavlenko
2024-05-28 18:01:23 +00:00
committed by GitHub
10 changed files with 23 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ import (
)
func TestSandboxImageConfigMigration(t *testing.T) {
image := "rancher/mirrored-pause:3.9-amd64"
image := "rancher/mirrored-pause:3.10-amd64"
grpcCri := map[string]interface{}{
"sandbox_image": image,
}