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