Skip to content

Commit 7f73d7b

Browse files
committed
Use agnhost version 2.13
Signed-off-by: Federico Paolinelli <[email protected]>
1 parent c1f1b1b commit 7f73d7b

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
@@ -205,7 +205,7 @@ const (
205205

206206
func initImageConfigs() map[int]Config {
207207
configs := map[int]Config{}
208-
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.12"}
208+
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.13"}
209209
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
210210
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
211211
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}

0 commit comments

Comments
 (0)