From 44653fc21b0f129573fbfdcd94ef499bf4312abd Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Fri, 15 Jan 2021 16:21:31 +0100 Subject: [PATCH] bump agnhost to 2.26 --- 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 bada0519363..9d0ab08e661 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -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+"} diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index a860fbf4c69..8e98b4405e6 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -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"}