Skip to content

Commit

Permalink
[master] Fixed broken markdown table; (helm#10982)
Browse files Browse the repository at this point in the history
* [master] Fixed broken markdown table;

Signed-off-by: Alexander Ilyin <[email protected]>

* [master] Bump the chart version.

Signed-off-by: Alexander Ilyin <[email protected]>

Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
alexanderilyin authored and k8s-ci-robot committed Feb 15, 2019
1 parent 0facbbc commit c5f6378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/selenium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: selenium
version: 1.0.1
version: 1.0.2
appVersion: 3.14.0
description: Chart for selenium grid
keywords:
Expand Down
1 change: 0 additions & 1 deletion stable/selenium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}` |
Expand Down

0 comments on commit c5f6378

Please sign in to comment.