From 3facb8bdc56244b9053143efd214e47a23707b86 Mon Sep 17 00:00:00 2001 From: zasdaym Date: Wed, 2 Oct 2019 00:31:35 +0700 Subject: [PATCH] Update readme mysql chart (#17577) * Change delete release instruction for stable/mysql chart Signed-off-by: Zasda Yusuf Mikail * Version bump Signed-off-by: Zasda Yusuf Mikail --- stable/mysql/Chart.yaml | 2 +- stable/mysql/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index 419097ab02..503db3e229 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysql -version: 1.3.2 +version: 1.3.3 appVersion: 5.7.14 description: Fast, reliable, scalable, and easy to use open-source relational database system. diff --git a/stable/mysql/README.md b/stable/mysql/README.md index 02345fd846..d2da9d5b21 100755 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -35,10 +35,10 @@ You can retrieve your root password by running the following command. Make sure To uninstall/delete the `my-release` deployment: ```bash -$ helm delete my-release +$ helm delete --purge my-release ``` -The command removes all the Kubernetes components associated with the chart and deletes the release. +The command removes all the Kubernetes components associated with the chart and deletes the release completely. ## Configuration