未验证 提交 ccb45d8c 编写于 作者: S Sebastian Florek 提交者: GitHub

Bump version to v2.3.0 (#6156)

上级 4e306a3e
...@@ -20,7 +20,7 @@ Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. ...@@ -20,7 +20,7 @@ Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters.
To deploy Dashboard, execute following command: To deploy Dashboard, execute following command:
```shell ```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/recommended.yaml
``` ```
Alternatively, you can install Dashboard using Helm as described at [`https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard`](https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard). Alternatively, you can install Dashboard using Helm as described at [`https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard`](https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard).
......
...@@ -176,7 +176,7 @@ spec: ...@@ -176,7 +176,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.2.0 image: kubernetesui/dashboard:v2.3.0
ports: ports:
- containerPort: 9090 - containerPort: 9090
protocol: TCP protocol: TCP
......
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.2.0 image: kubernetesui/dashboard:v2.3.0
ports: ports:
- containerPort: 9090 - containerPort: 9090
protocol: TCP protocol: TCP
......
...@@ -187,7 +187,7 @@ spec: ...@@ -187,7 +187,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.2.0 image: kubernetesui/dashboard:v2.3.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8443 - containerPort: 8443
......
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.2.0 image: kubernetesui/dashboard:v2.3.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8443 - containerPort: 8443
......
...@@ -57,7 +57,7 @@ const version = { ...@@ -57,7 +57,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v2.2.0', release: 'v2.3.0',
/** /**
* Version name of the head release of the project. * Version name of the head release of the project.
*/ */
......
...@@ -19,7 +19,7 @@ kubectl create secret generic kubernetes-dashboard-certs --from-file=$HOME/certs ...@@ -19,7 +19,7 @@ kubectl create secret generic kubernetes-dashboard-certs --from-file=$HOME/certs
For Dashboard to pickup the certificates, you must pass arguments `--tls-cert-file=/tls.crt` and `--tls-key-file=/tls.key` to the container. You can edit YAML definition and deploy Dashboard in one go: For Dashboard to pickup the certificates, you must pass arguments `--tls-cert-file=/tls.crt` and `--tls-key-file=/tls.key` to the container. You can edit YAML definition and deploy Dashboard in one go:
```shell ```shell
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/recommended.yaml
``` ```
Under Deployment section, add arguments to pod definition, it should look as follows: Under Deployment section, add arguments to pod definition, it should look as follows:
...@@ -38,7 +38,7 @@ This setup is not fully secure. Certificates are not used and Dashboard is expos ...@@ -38,7 +38,7 @@ This setup is not fully secure. Certificates are not used and Dashboard is expos
To deploy Dashboard execute following command: To deploy Dashboard execute following command:
```shell ```shell
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/alternative.yaml kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/alternative.yaml
``` ```
...@@ -51,7 +51,7 @@ Besides official releases, there are also development releases, that are pushed ...@@ -51,7 +51,7 @@ Besides official releases, there are also development releases, that are pushed
In most of the use cases you need to execute the following command to deploy latest development release: In most of the use cases you need to execute the following command to deploy latest development release:
```shell ```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/head.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/head.yaml
``` ```
### Update ### Update
......
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "2.2.0", "version": "2.3.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "2.2.0", "version": "2.3.0",
"type": "module", "type": "module",
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册