Merge pull request #99049 from knabben/agnhost28

Bump agnhost 2.28
This commit is contained in:
Kubernetes Prow Robot
2021-02-13 15:31:04 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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