Merge pull request #109123 from dims/switch-to-pause-3.7

Switch to pause 3.7 for Kubernetes 1.24
This commit is contained in:
Kubernetes Prow Robot
2022-03-29 20:37:39 -07:00
committed by GitHub
55 changed files with 66 additions and 66 deletions

View File

@@ -260,7 +260,7 @@ func initImageConfigs(list RegistryList) (map[int]Config, map[int]Config) {
configs[Nonewprivs] = Config{list.PromoterE2eRegistry, "nonewprivs", "1.3"}
configs[NonRoot] = Config{list.PromoterE2eRegistry, "nonroot", "1.2"}
// Pause - when these values are updated, also update cmd/kubelet/app/options/container_runtime.go
configs[Pause] = Config{list.GcRegistry, "pause", "3.6"}
configs[Pause] = Config{list.GcRegistry, "pause", "3.7"}
configs[Perl] = Config{list.PromoterE2eRegistry, "perl", "5.26"}
configs[PrometheusDummyExporter] = Config{list.GcRegistry, "prometheus-dummy-exporter", "v0.1.0"}
configs[PrometheusToSd] = Config{list.GcRegistry, "prometheus-to-sd", "v0.5.0"}