Bump agnhost image version to 2.5

This commit is contained in:
Joe Betz 2019-08-19 12:19:29 -07:00
parent 1d429a615c
commit 5abf6b5d3e
2 changed files with 1 additions and 2 deletions

View File

@ -337,7 +337,6 @@ var _ = SIGDescribe("CustomResourcePublishOpenAPI", func() {
e2elog.Failf("%v", err)
}
// TODO(jpbetz): Use json patch to update the name? This doesn't work.
ginkgo.By("rename a version")
patch := []byte(`[
{"op":"test","path":"/spec/versions/1/name","value":"v3"},

View File

@ -204,7 +204,7 @@ const (
func initImageConfigs() map[int]Config {
configs := map[int]Config{}
configs[Agnhost] = Config{e2eRegistry, "agnhost", "2.4"}
configs[Agnhost] = Config{e2eRegistry, "agnhost", "2.5"}
configs[Alpine] = Config{dockerLibraryRegistry, "alpine", "3.7"}
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}