test image: bump agnhost version to 2.30

Signed-off-by: Ernest Wong <chuwon@microsoft.com>
This commit is contained in:
Ernest Wong
2021-03-19 11:12:45 -07:00
parent ac5f05b374
commit 42011ecfe4
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ const (
func initImageConfigs() (map[int]Config, map[int]Config) {
configs := map[int]Config{}
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.29"}
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.30"}
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}