Remove 'alpha' reference from mysql readme (#10213)

* Remove 'alpha' reference from mysql readme

Signed-off-by: Spencer Owen <owenspencer@gmail.com>

* Bump mysql version

Signed-off-by: Spencer Owen <owenspencer@gmail.com>
This commit is contained in:
Spencer Owen
2019-01-21 09:58:53 -08:00
committed by Kubernetes Prow Robot
parent 90c9ee2564
commit 7809bbc40d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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` |