bump agnhost to 2.26

This commit is contained in:
Antonio Ojea 2021-01-15 16:21:31 +01:00
parent 294c352380
commit 44653fc21b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ dependencies:
# then after merge and successful postsubmit image push / promotion, bump this
- name: "agnhost: dependents"
version: "2.21"
version: "2.26"
refPaths:
- path: test/utils/image/manifest.go
match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}

View File

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