File tree 8 files changed +10
-10
lines changed
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ spec:
188
188
spec :
189
189
containers :
190
190
- name : kubernetes-dashboard
191
- image : kubernetesui/dashboard:v2.0.0-beta1
191
+ image : kubernetesui/dashboard:v2.0.0-beta2
192
192
ports :
193
193
- containerPort : 9090
194
194
protocol : TCP
@@ -255,7 +255,7 @@ spec:
255
255
spec :
256
256
containers :
257
257
- name : dashboard-metrics-scraper
258
- image : kubernetesui/metrics-scraper:v1.0.0
258
+ image : kubernetesui/metrics-scraper:v1.0.1
259
259
ports :
260
260
- containerPort : 8000
261
261
protocol : TCP
Original file line number Diff line number Diff line change 32
32
spec :
33
33
containers :
34
34
- name : kubernetes-dashboard
35
- image : kubernetesui/dashboard:v2.0.0-beta1
35
+ image : kubernetesui/dashboard:v2.0.0-beta2
36
36
ports :
37
37
- containerPort : 9090
38
38
protocol : TCP
Original file line number Diff line number Diff line change 32
32
spec :
33
33
containers :
34
34
- name : dashboard-metrics-scraper
35
- image : kubernetesui/metrics-scraper:v1.0.0
35
+ image : kubernetesui/metrics-scraper:v1.0.1
36
36
ports :
37
37
- containerPort : 8000
38
38
protocol : TCP
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ spec:
188
188
spec :
189
189
containers :
190
190
- name : kubernetes-dashboard
191
- image : kubernetesui/dashboard:v2.0.0-beta1
191
+ image : kubernetesui/dashboard:v2.0.0-beta2
192
192
imagePullPolicy : Always
193
193
ports :
194
194
- containerPort : 8443
@@ -263,7 +263,7 @@ spec:
263
263
spec :
264
264
containers :
265
265
- name : dashboard-metrics-scraper
266
- image : kubernetesui/metrics-scraper:v1.0.0
266
+ image : kubernetesui/metrics-scraper:v1.0.1
267
267
ports :
268
268
- containerPort : 8000
269
269
protocol : TCP
Original file line number Diff line number Diff line change 32
32
spec :
33
33
containers :
34
34
- name : kubernetes-dashboard
35
- image : kubernetesui/dashboard:v2.0.0-beta1
35
+ image : kubernetesui/dashboard:v2.0.0-beta2
36
36
imagePullPolicy : Always
37
37
ports :
38
38
- containerPort : 8443
Original file line number Diff line number Diff line change 32
32
spec :
33
33
containers :
34
34
- name : dashboard-metrics-scraper
35
- image : kubernetesui/metrics-scraper:v1.0.0
35
+ image : kubernetesui/metrics-scraper:v1.0.1
36
36
ports :
37
37
- containerPort : 8000
38
38
protocol : TCP
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const version = {
53
53
/**
54
54
* Current release version of the project.
55
55
*/
56
- release : 'v2.0.0-beta1 ' ,
56
+ release : 'v2.0.0-beta2 ' ,
57
57
/**
58
58
* Version name of the head release of the project.
59
59
*/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kubernetes-dashboard" ,
3
- "version" : " 2.0.0-beta1 " ,
3
+ "version" : " 2.0.0-beta2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/kubernetes/dashboard.git"
You can’t perform that action at this time.
0 commit comments