Update test data
parent
464bd48ea1
commit
69214c08bb
|
@ -141,7 +141,7 @@ func dashboardFrontend(repo string) string {
|
||||||
repo = "kubernetesui"
|
repo = "kubernetesui"
|
||||||
}
|
}
|
||||||
// See 'kubernetes-dashboard' in deploy/addons/dashboard/dashboard-dp.yaml
|
// See 'kubernetes-dashboard' in deploy/addons/dashboard/dashboard-dp.yaml
|
||||||
return path.Join(repo, "dashboard:v2.0.1")
|
return path.Join(repo, "dashboard:v2.0.3")
|
||||||
}
|
}
|
||||||
|
|
||||||
// dashboardMetrics returns the image used for the dashboard metrics scraper
|
// dashboardMetrics returns the image used for the dashboard metrics scraper
|
||||||
|
|
|
@ -37,7 +37,7 @@ func TestAuxiliary(t *testing.T) {
|
||||||
func TestAuxiliaryMirror(t *testing.T) {
|
func TestAuxiliaryMirror(t *testing.T) {
|
||||||
want := []string{
|
want := []string{
|
||||||
"test.mirror/storage-provisioner:v2",
|
"test.mirror/storage-provisioner:v2",
|
||||||
"test.mirror/dashboard:v2.0.1",
|
"test.mirror/dashboard:v2.0.3",
|
||||||
"test.mirror/metrics-scraper:v1.0.4",
|
"test.mirror/metrics-scraper:v1.0.4",
|
||||||
}
|
}
|
||||||
got := auxiliary("test.mirror")
|
got := auxiliary("test.mirror")
|
||||||
|
|
|
@ -50,7 +50,7 @@ func TestKubeadmImages(t *testing.T) {
|
||||||
"mirror.k8s.io/etcd:3.3.15-0",
|
"mirror.k8s.io/etcd:3.3.15-0",
|
||||||
"mirror.k8s.io/pause:3.1",
|
"mirror.k8s.io/pause:3.1",
|
||||||
"mirror.k8s.io/storage-provisioner:v2",
|
"mirror.k8s.io/storage-provisioner:v2",
|
||||||
"mirror.k8s.io/dashboard:v2.0.1",
|
"mirror.k8s.io/dashboard:v2.0.3",
|
||||||
"mirror.k8s.io/metrics-scraper:v1.0.4",
|
"mirror.k8s.io/metrics-scraper:v1.0.4",
|
||||||
}},
|
}},
|
||||||
{"v1.15.0", "", []string{
|
{"v1.15.0", "", []string{
|
||||||
|
|
Loading…
Reference in New Issue