Switch to newer agnhost image

We have an update to the image in
f9aaf71ccb, we need to bump to use this
image.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2021-03-30 19:52:32 -04:00
parent bb89384f39
commit 57ddfb7314
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
2 changed files with 2 additions and 2 deletions

View File

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

View File

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