Merge pull request #124560 from riendeau/agnhost-bump

Bump version of agnhost used in e2e tests
This commit is contained in:
Kubernetes Prow Robot 2024-04-27 06:25:44 -07:00 committed by GitHub
commit 5055c91523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,7 @@ const (
func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) {
configs := map[ImageID]Config{}
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.47"}
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.51"}
configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"}
configs[AuthenticatedAlpine] = Config{list.GcAuthenticatedRegistry, "alpine", "3.7"}
configs[AuthenticatedWindowsNanoServer] = Config{list.GcAuthenticatedRegistry, "windows-nanoserver", "v1"}