diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index 859726175a..0071b31bae 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysql -version: 1.3.0 +version: 1.3.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 d4b63787ee..d830e5aa7e 100755 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -102,6 +102,7 @@ The following table lists the configurable parameters of the MySQL chart and the | `securityContext.fsGroup` | Group ID for the container (mysql pod) | 999 | | `securityContext.runAsUser` | User ID for the container (mysql pod) | 999 | | `service.annotations` | Kubernetes annotations for mysql | {} | +| `service.type` | Kubernetes service type | ClusterIP | | `service.loadBalancerIP` | LoadBalancer service IP | `""` | | `ssl.enabled` | Setup and use SSL for MySQL connections | `false` | | `ssl.secret` | Name of the secret containing the SSL certificates | mysql-ssl-certs |