From 93003ecbb571649d1a008f541549b034cd5b6c2a Mon Sep 17 00:00:00 2001 From: Pavels Veretennikovs Date: Sat, 16 Mar 2019 15:52:56 +0200 Subject: [PATCH] [stable/kubernetes-dashboard] fix typo and link (#12040) Signed-off-by: Pavels Veretennikovs --- stable/kubernetes-dashboard/Chart.yaml | 2 +- stable/kubernetes-dashboard/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/kubernetes-dashboard/Chart.yaml b/stable/kubernetes-dashboard/Chart.yaml index a85bb0d5ce..5ddc632859 100644 --- a/stable/kubernetes-dashboard/Chart.yaml +++ b/stable/kubernetes-dashboard/Chart.yaml @@ -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: diff --git a/stable/kubernetes-dashboard/README.md b/stable/kubernetes-dashboard/README.md index d136bcbec1..364bf9df6a 100644 --- a/stable/kubernetes-dashboard/README.md +++ b/stable/kubernetes-dashboard/README.md @@ -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)