From c5f6378a96cfb22e55893d0922204ae81295ee55 Mon Sep 17 00:00:00 2001 From: Alexander Ilyin Date: Fri, 15 Feb 2019 06:01:09 -0800 Subject: [PATCH] [master] Fixed broken markdown table; (#10982) * [master] Fixed broken markdown table; Signed-off-by: Alexander Ilyin * [master] Bump the chart version. Signed-off-by: Alexander Ilyin Signed-off-by: Carlos Panato --- stable/selenium/Chart.yaml | 2 +- stable/selenium/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/selenium/Chart.yaml b/stable/selenium/Chart.yaml index cfeefe33cb..59d8e7db82 100644 --- a/stable/selenium/Chart.yaml +++ b/stable/selenium/Chart.yaml @@ -1,5 +1,5 @@ name: selenium -version: 1.0.1 +version: 1.0.2 appVersion: 3.14.0 description: Chart for selenium grid keywords: diff --git a/stable/selenium/README.md b/stable/selenium/README.md index be4b72face..a1071f09da 100644 --- a/stable/selenium/README.md +++ b/stable/selenium/README.md @@ -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"}}` |