[master] Fixed broken markdown table; (#10982)

* [master] Fixed broken markdown table;

Signed-off-by: Alexander Ilyin <alexander@ilyin.eu>

* [master] Bump the chart version.

Signed-off-by: Alexander Ilyin <alexander@ilyin.eu>

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Alexander Ilyin
2019-02-15 06:01:09 -08:00
committed by Kubernetes Prow Robot
parent 0facbbcf21
commit c5f6378a96
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: selenium
version: 1.0.1
version: 1.0.2
appVersion: 3.14.0
description: Chart for selenium grid
keywords:
-1
View File
@@ -51,7 +51,6 @@ The following table lists the configurable parameters of the Selenium chart and
| `hub.pullPolicy` | The pull policy for the hub image | `IfNotPresent` |
| `hub.port` | The port the hub listens on | `4444` |
| `hub.servicePort` | The port the hub Service listens on | `4444` |
| `hub.podAnnotations` | Annotations on the hub pod | `{}` |
| `hub.javaOpts` | The java options for the selenium hub JVM, default sets the maximum heap size to 1,000 mb | `-Xmx1000m` |
| `hub.resources` | The resources for the hub container, defaults to minimum half a cpu and maximum 1,000 mb RAM | `{"limits":{"cpu":".5", "memory":"1000Mi"}}` |