Skip to content

Commit a651804

Browse files
authored
Merge pull request kubernetes#100687 from dims/switch-to-newer-agnhost-image-2.31
Switch to newer agnhost image - 2.31
2 parents bb89384 + 57ddfb7 commit a651804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727

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

test/utils/image/manifest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const (
213213

214214
func initImageConfigs() (map[int]Config, map[int]Config) {
215215
configs := map[int]Config{}
216-
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.30"}
216+
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.31"}
217217
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
218218
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
219219
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}

0 commit comments

Comments
 (0)