We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f1b1b commit 7f73d7bCopy full SHA for 7f73d7b
test/utils/image/manifest.go
@@ -205,7 +205,7 @@ const (
205
206
func initImageConfigs() map[int]Config {
207
configs := map[int]Config{}
208
- configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.12"}
+ configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.13"}
209
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
210
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
211
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}
0 commit comments