提交 6a82081f 编写于 作者: R Rob Franken 提交者: GitHub

version bump for 1.5.0 release (#1500)

上级 9fbeb194
...@@ -59,7 +59,7 @@ const version = { ...@@ -59,7 +59,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v1.5.0-beta1', release: 'v1.5.0',
/** /**
* Version name of the head release of the project. * Version name of the head release of the project.
*/ */
......
{ {
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "1.5.0-beta1", "version": "1.5.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kubernetes/dashboard.git" "url": "https://github.com/kubernetes/dashboard.git"
......
...@@ -46,7 +46,7 @@ spec: ...@@ -46,7 +46,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1 image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9090 - containerPort: 9090
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册