From b83f363c736fe27552a71e9c2d3ddade97d0fb83 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 19 Apr 2018 11:57:08 +0800 Subject: [PATCH] typo fix in percona-xtradb-cluster/README.md: duplicated word "image image" (#4974) * add version * typo fix in percona-xtradb-cluster/README.md typo fix in percona-xtradb-cluster/README.md --- stable/percona-xtradb-cluster/Chart.yaml | 2 +- stable/percona-xtradb-cluster/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/percona-xtradb-cluster/Chart.yaml b/stable/percona-xtradb-cluster/Chart.yaml index b2467e9494..a77a1f95b1 100644 --- a/stable/percona-xtradb-cluster/Chart.yaml +++ b/stable/percona-xtradb-cluster/Chart.yaml @@ -1,5 +1,5 @@ name: percona-xtradb-cluster -version: 0.1.3 +version: 0.1.4 appVersion: 5.7.19 description: free, fully compatible, enhanced, open source drop-in replacement for MySQL with Galera Replication (xtradb) diff --git a/stable/percona-xtradb-cluster/README.md b/stable/percona-xtradb-cluster/README.md index 2eeae858b4..cb755224a0 100644 --- a/stable/percona-xtradb-cluster/README.md +++ b/stable/percona-xtradb-cluster/README.md @@ -95,7 +95,7 @@ $ helm install --name my-release -f values.yaml stable/percona-xtradb-cluster ## Persistence -The [Percona XtraDB Cluster DockerHub image](https://hub.docker.com/r/percona/percona-xtradb-cluster/) image stores the MySQL data and configurations at the `/var/lib/mysql` path of the container. +The [Percona XtraDB Cluster DockerHub image](https://hub.docker.com/r/percona/percona-xtradb-cluster/) stores the MySQL data and configurations at the `/var/lib/mysql` path of the container. By default, an emptyDir volume is mounted at that location.