mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
test image: bump agnhost version to 2.30
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
This commit is contained in:
parent
ac5f05b374
commit
42011ecfe4
@ -27,7 +27,7 @@ dependencies:
|
|||||||
|
|
||||||
# then after merge and successful postsubmit image push / promotion, bump this
|
# then after merge and successful postsubmit image push / promotion, bump this
|
||||||
- name: "agnhost: dependents"
|
- name: "agnhost: dependents"
|
||||||
version: "2.29"
|
version: "2.30"
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: test/utils/image/manifest.go
|
- path: test/utils/image/manifest.go
|
||||||
match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}
|
match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}
|
||||||
|
@ -213,7 +213,7 @@ const (
|
|||||||
|
|
||||||
func initImageConfigs() (map[int]Config, map[int]Config) {
|
func initImageConfigs() (map[int]Config, map[int]Config) {
|
||||||
configs := map[int]Config{}
|
configs := map[int]Config{}
|
||||||
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.29"}
|
configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.30"}
|
||||||
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
|
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
|
||||||
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
|
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
|
||||||
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}
|
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}
|
||||||
|
Loading…
Reference in New Issue
Block a user