提交 b44f7cc5 编写于 作者: S Sebastian Florek 提交者: Rob Franken

Update version to 1.7.1 (#2429)

上级 95b5c8a8
......@@ -59,7 +59,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v1.7.0',
release: 'v1.7.1',
/**
* Version name of the head release of the project.
*/
......
{
"name": "kubernetes-dashboard",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.7.0",
"version": "1.7.1",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
......
......@@ -89,7 +89,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.1
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -90,7 +90,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -106,7 +106,7 @@ spec:
mountPath: /certs
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0
image: gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.1
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -107,7 +107,7 @@ spec:
mountPath: /certs
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1
ports:
- containerPort: 9090
protocol: TCP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册