Skip to content

Commit 7283242

Browse files
Sebastian Florekrf232
Sebastian Florek
authored andcommitted
Update to v1.8.2 (#2753)
1 parent 4be47d5 commit 7283242

6 files changed

+6
-6
lines changed

build/conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const version = {
5959
/**
6060
* Current release version of the project.
6161
*/
62-
release: 'v1.8.1',
62+
release: 'v1.8.2',
6363
/**
6464
* Version name of the head release of the project.
6565
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
33
"name": "kubernetes-dashboard",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kubernetes/dashboard.git"

src/deploy/alternative/kubernetes-dashboard-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
spec:
103103
containers:
104104
- name: kubernetes-dashboard
105-
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.1
105+
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
106106
ports:
107107
- containerPort: 9090
108108
protocol: TCP

src/deploy/alternative/kubernetes-dashboard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
spec:
104104
containers:
105105
- name: kubernetes-dashboard
106-
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.1
106+
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
107107
ports:
108108
- containerPort: 9090
109109
protocol: TCP

src/deploy/recommended/kubernetes-dashboard-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
spec:
114114
containers:
115115
- name: kubernetes-dashboard
116-
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.1
116+
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.8.2
117117
ports:
118118
- containerPort: 8443
119119
protocol: TCP

src/deploy/recommended/kubernetes-dashboard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
spec:
115115
containers:
116116
- name: kubernetes-dashboard
117-
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.1
117+
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.2
118118
ports:
119119
- containerPort: 8443
120120
protocol: TCP

0 commit comments

Comments
 (0)