提交 5b3e0858 编写于 作者: M Marcin Maciaszczyk 提交者: Rob Franken

Update version to 1.6.3 (#2186)

* Increment version

* Remove workaround from #2181
上级 c267afd3
{
"name": "kubernetes-dashboard",
"version": "1.6.2",
"version": "1.6.3",
"dependencies": {
"angular": "~1.6.5",
"angular-animate": "~1.6.5",
......
......@@ -59,7 +59,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v1.6.2',
release: 'v1.6.3',
/**
* Version name of the head release of the project.
*/
......
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.6.2",
"version": "1.6.3",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
......
......@@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.2
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.3
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.2
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.3
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.2
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.2
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3
ports:
- containerPort: 9090
protocol: TCP
......@@ -69,7 +69,6 @@ spec:
# If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work.
# - --apiserver-host=http://my-address:port
- --heapster-host=http://heapster.kube-system:80
livenessProbe:
httpGet:
path: /
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册