Skip to content

Commit 57c777e

Browse files
committed
bump agnhost to 2.20
1 parent f2b2d44 commit 57c777e

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
@@ -202,7 +202,7 @@ const (
202202

203203
func initImageConfigs() map[int]Config {
204204
configs := map[int]Config{}
205-
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.19"}
205+
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.20"}
206206
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
207207
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
208208
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}

0 commit comments

Comments
 (0)