mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Bump agnhost image version to 2.5
This commit is contained in:
parent
1d429a615c
commit
5abf6b5d3e
@ -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"},
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user