[stable/kubernetes-dashboard] fix typo and link (#12040)

Signed-off-by: Pavels Veretennikovs <PVeretennikovs@riskfocus.com>
This commit is contained in:
Pavels Veretennikovs
2019-03-16 06:52:56 -07:00
committed by Kubernetes Prow Robot
parent 83cc4d0559
commit 93003ecbb5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubernetes-dashboard
version: 1.2.1
version: 1.2.2
appVersion: 1.10.1
description: General-purpose web UI for Kubernetes clusters
keywords:
+2 -2
View File
@@ -99,10 +99,10 @@ For this to reach the dashboard, the name of the service must be 'kubernetes-das
fullnameOverride: 'kubernetes-dashboard'
```
### Ugrade from 0.x.x to 1.x.x
### Upgrade from 0.x.x to 1.x.x
Upgrade from 0.x.x version to 1.x.x version is seamless if you use default `ingress.path` value. If you have non-default `ingress.path` values with version 0.x.x, you need to add your custom path in `ingress.paths` list value as shown as examples in `values.yaml`.
Notes:
- The proxy url changed please refer to the [usage section](#using-the-dashboard-with-kubectl-proxy')
- The proxy url changed please refer to the [usage section](#using-the-dashboard-with-kubectl-proxy)