Skip to content

Commit

Permalink
Prepare for v2.0.0-beta3 (#4152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Maciaszczyk authored and k8s-ci-robot committed Aug 1, 2019
1 parent 4f15d0e commit 677aff9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aio/deploy/alternative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta2
image: kubernetesui/dashboard:v2.0.0-beta3
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion aio/deploy/alternative/06_dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta2
image: kubernetesui/dashboard:v2.0.0-beta3
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion aio/deploy/recommended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta2
image: kubernetesui/dashboard:v2.0.0-beta3
imagePullPolicy: Always
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion aio/deploy/recommended/06_dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta2
image: kubernetesui/dashboard:v2.0.0-beta3
imagePullPolicy: Always
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion aio/gulp/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v2.0.0-beta2',
release: 'v2.0.0-beta3',
/**
* Version name of the head release of the project.
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubernetes-dashboard",
"version": "2.0.0-beta2",
"version": "2.0.0-beta3",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
Expand Down

0 comments on commit 677aff9

Please sign in to comment.