Skip to content

Commit 9ce9e2a

Browse files
committed
bump agnhost usage to current version
1 parent 35fc65d commit 9ce9e2a

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.13"}
205+
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.19"}
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)