未验证 提交 665b4d36 编写于 作者: M Marcin Maciaszczyk 提交者: GitHub

Bump version to 2.0.3 (#5292)

* Bump version to 2.0.3

* Bump version to 2.0.3

* Update Chart.yaml
上级 fe539e30
...@@ -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:
```sh ```sh
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.2/aio/deploy/recommended.yaml $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.3/aio/deploy/recommended.yaml
``` ```
Alternatively, you can install Dashboard using Helm as described at https://hub.helm.sh/charts/k8s-dashboard/kubernetes-dashboard. Alternatively, you can install Dashboard using Helm as described at https://hub.helm.sh/charts/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.0.2 image: kubernetesui/dashboard:v2.0.3
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.0.2 image: kubernetesui/dashboard:v2.0.3
ports: ports:
- containerPort: 9090 - containerPort: 9090
protocol: TCP protocol: TCP
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
apiVersion: v1 apiVersion: v1
name: kubernetes-dashboard name: kubernetes-dashboard
version: 2.0.2 version: 2.0.2
appVersion: 2.0.2 appVersion: 2.0.3
description: General-purpose web UI for Kubernetes clusters description: General-purpose web UI for Kubernetes clusters
keywords: keywords:
- kubernetes - kubernetes
......
...@@ -71,7 +71,7 @@ The following table lists the configurable parameters of the kubernetes-dashboar ...@@ -71,7 +71,7 @@ The following table lists the configurable parameters of the kubernetes-dashboar
Parameter | Description | Default Parameter | Description | Default
------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------ ------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------
`image.repository` | Repository for container image | `kubernetesui/dashboard` `image.repository` | Repository for container image | `kubernetesui/dashboard`
`image.tag` | Image tag | `v2.0.2` `image.tag` | Image tag | `v2.0.3`
`image.pullPolicy` | Image pull policy | `IfNotPresent` `image.pullPolicy` | Image pull policy | `IfNotPresent`
`image.pullSecrets` | Image pull secrets | `[]` `image.pullSecrets` | Image pull secrets | `[]`
`replicaCount` | Number of replicas | `1` `replicaCount` | Number of replicas | `1`
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
image: image:
repository: kubernetesui/dashboard repository: kubernetesui/dashboard
tag: v2.0.2 tag: v2.0.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: [] pullSecrets: []
......
...@@ -187,7 +187,7 @@ spec: ...@@ -187,7 +187,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.2 image: kubernetesui/dashboard:v2.0.3
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.0.2 image: kubernetesui/dashboard:v2.0.3
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8443 - containerPort: 8443
......
...@@ -53,7 +53,7 @@ const version = { ...@@ -53,7 +53,7 @@ const version = {
/** /**
* Current release version of the project. * Current release version of the project.
*/ */
release: 'v2.0.2', release: 'v2.0.3',
/** /**
* 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:
``` ```
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.2/aio/deploy/recommended.yaml kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.3/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:
......
{ {
"name": "kubernetes-dashboard", "name": "kubernetes-dashboard",
"version": "2.0.2", "version": "2.0.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kubernetes/dashboard.git" "url": "https://github.com/kubernetes/dashboard.git"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册