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"}}` |