Skip to content

Commit

Permalink
Update to v1.8.2 (kubernetes#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Florek authored and rf232 committed Jan 15, 2018
1 parent 4be47d5 commit 7283242
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v1.8.1',
release: 'v1.8.2',
/**
* Version name of the head release of the project.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.8.1",
"version": "1.8.2",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/alternative/kubernetes-dashboard-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.1
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/alternative/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.1
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/recommended/kubernetes-dashboard-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.1
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
ports:
- containerPort: 8443
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/recommended/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.1
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
ports:
- containerPort: 8443
protocol: TCP
Expand Down

0 comments on commit 7283242

Please sign in to comment.