Skip to content

Commit

Permalink
Merge pull request #100687 from dims/switch-to-newer-agnhost-image-2.31
Browse files Browse the repository at this point in the history
Switch to newer agnhost image - 2.31
  • Loading branch information
k8s-ci-robot committed Mar 31, 2021
2 parents bb89384 + 57ddfb7 commit a651804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+"}
Expand Down
2 changes: 1 addition & 1 deletion test/utils/image/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit a651804

Please sign in to comment.