From 9ce9e2a7aad4054ffff492090f044ef1e8395d08 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sat, 13 Jun 2020 20:46:05 -0700 Subject: [PATCH] bump agnhost usage to current version --- test/utils/image/manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index a2233fb7ffc..e659c2cfe7a 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -202,7 +202,7 @@ const ( func initImageConfigs() map[int]Config { configs := map[int]Config{} - configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.13"} + configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.19"} configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"} configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"} configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}