diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index 0b20c06a31..987441fa5c 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,5 +1,5 @@ name: mysql -version: 0.13.0 +version: 0.13.1 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 1247d7a737..9c133e0972 100755 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -73,7 +73,7 @@ The following table lists the configurable parameters of the MySQL chart and the | `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 3 | | `persistence.enabled` | Create a volume to store data | true | | `persistence.size` | Size of persistent volume claim | 8Gi RW | -| `persistence.storageClass` | Type of persistent volume claim | nil (uses alpha storage class annotation) | +| `persistence.storageClass` | Type of persistent volume claim | nil | | `persistence.accessMode` | ReadWriteOnce or ReadOnly | ReadWriteOnce | | `persistence.existingClaim` | Name of existing persistent volume | `nil` | | `persistence.subPath` | Subdirectory of the volume to mount | `nil` |