From 42011ecfe43f02a1775f095310ca8be1d79f2e12 Mon Sep 17 00:00:00 2001 From: Ernest Wong Date: Fri, 19 Mar 2021 11:12:45 -0700 Subject: [PATCH] test image: bump agnhost version to 2.30 Signed-off-by: Ernest Wong --- build/dependencies.yaml | 2 +- test/utils/image/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index e698559452b..19f9f706907 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -27,7 +27,7 @@ dependencies: # then after merge and successful postsubmit image push / promotion, bump this - name: "agnhost: dependents" - version: "2.29" + version: "2.30" refPaths: - path: test/utils/image/manifest.go match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"} diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index d21384c1ebe..cd2d210e1ce 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -213,7 +213,7 @@ const ( func initImageConfigs() (map[int]Config, map[int]Config) { configs := map[int]Config{} - configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.29"} + configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.30"} configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"} configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"} configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}