Skip to content

Commit 10a39e2

Browse files
committed
Bump version of agnhost to 2.53 used in e2e tests.
Signed-off-by: Lan Liang <[email protected]>
1 parent bce499c commit 10a39e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/image/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const (
220220

221221
func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) {
222222
configs := map[ImageID]Config{}
223-
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.52"}
223+
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.53"}
224224
configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"}
225225
configs[AuthenticatedAlpine] = Config{list.GcAuthenticatedRegistry, "alpine", "3.7"}
226226
configs[AuthenticatedWindowsNanoServer] = Config{list.GcAuthenticatedRegistry, "windows-nanoserver", "v1"}

0 commit comments

Comments
 (0)