Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
update kubernetes-dashboard to 1.10 (#4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Oct 13, 2018
1 parent 78a5dcd commit 7831399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/api/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var k8sComponentVersions = map[string]map[string]string{
"1.12": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.8.3",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"exechealthz": "exechealthz-amd64:1.2",
"addon-resizer": "addon-resizer:1.8.1",
"heapster": "heapster-amd64:v1.5.3",
Expand Down Expand Up @@ -42,7 +42,7 @@ var k8sComponentVersions = map[string]map[string]string{
},
"1.11": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.8.3",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"exechealthz": "exechealthz-amd64:1.2",
"addon-resizer": "addon-resizer:1.8.1",
"heapster": "heapster-amd64:v1.5.3",
Expand Down Expand Up @@ -74,7 +74,7 @@ var k8sComponentVersions = map[string]map[string]string{
},
"1.10": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.8.3",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"exechealthz": "exechealthz-amd64:1.2",
"addon-resizer": "addon-resizer:1.8.1",
"heapster": "heapster-amd64:v1.5.1",
Expand Down Expand Up @@ -106,7 +106,7 @@ var k8sComponentVersions = map[string]map[string]string{
},
"1.9": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.8.3",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"exechealthz": "exechealthz-amd64:1.2",
"addon-resizer": "addon-resizer:1.8.1",
"heapster": "heapster-amd64:v1.5.1",
Expand Down Expand Up @@ -137,7 +137,7 @@ var k8sComponentVersions = map[string]map[string]string{
},
"1.8": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.8.3",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"exechealthz": "exechealthz-amd64:1.2",
"addon-resizer": "addon-resizer:1.7",
"heapster": "heapster-amd64:v1.5.1",
Expand Down

0 comments on commit 7831399

Please sign in to comment.