Merge pull request #89890 from fedepaol/useagnhost

Use agnhost version 2.13
This commit is contained in:
Kubernetes Prow Robot 2020-04-06 15:42:32 -07:00 committed by GitHub
commit 87966c39f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ const (
func initImageConfigs() map[int]Config {
configs := map[int]Config{}
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.12"}
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.13"}
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}