From 65181acc03ea03fb47d264d03f7ea3ffd2aa32c7 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 14 Nov 2017 23:26:50 +0100 Subject: [PATCH] [stable/selenium] Updating default version to latest tag (#2570) * Updating default version to latest tag * Forgot to update change Chart.yaml * Missed this parts in the README, sorry. --- stable/selenium/Chart.yaml | 4 +-- stable/selenium/README.md | 12 +++---- stable/selenium/values.yaml | 63 ++++++++++++++++++------------------- 3 files changed, 38 insertions(+), 41 deletions(-) diff --git a/stable/selenium/Chart.yaml b/stable/selenium/Chart.yaml index 6421af132f..1f522716f0 100644 --- a/stable/selenium/Chart.yaml +++ b/stable/selenium/Chart.yaml @@ -1,6 +1,6 @@ name: selenium -version: 0.2.0 -appVersion: 3.4.0 +version: 0.2.1 +appVersion: 3.6.0 description: Chart for selenium grid keywords: - qa diff --git a/stable/selenium/README.md b/stable/selenium/README.md index 0d009bfb1d..db7ac11603 100644 --- a/stable/selenium/README.md +++ b/stable/selenium/README.md @@ -43,7 +43,7 @@ The following tables lists the configurable parameters of the Selenium chart and | Parameter | Description | Default | | --------- | ----------- | ------- | | `hub.image` | The selenium hub image | `selenium/hub` | -| `hub.tag` | The selenium hub image tag | `2.53.1` | +| `hub.tag` | The selenium hub image tag | `3.6.0` | | `hub.pullPolicy` | The pull policy for the hub image | `IfNotPresent` | | `hub.port` | The port the hub listens on | `4444` | | `hub.javaOpts` | The java options for the selenium hub JVM, default sets the maximum heap size to 1,000 mb | `-Xmx1000m` | @@ -62,7 +62,7 @@ The following tables lists the configurable parameters of the Selenium chart and | `hub.timeZone` | The time zone for the container | `nil` | | `chrome.enabled` | Schedule a chrome node pod | `false` | | `chrome.image` | The selenium node chrome image | `selenium/node-chrome` | -| `chrome.tag` | The selenium node chrome tag | `2.53.1` | +| `chrome.tag` | The selenium node chrome tag | `3.6.0` | | `chrome.pullPolicy` | The pull policy for the node chrome image | `IfNotPresent` | | `chrome.replicas` | The number of selenium node chrome pods | `1` | | `chrome.javaOpts` | The java options for the selenium node chrome JVM, default sets the maximum heap size to 900 mb | `-Xmx900m` | @@ -82,7 +82,7 @@ The following tables lists the configurable parameters of the Selenium chart and | `chrome.timeZone` | The time zone for the container | `nil` | | `chromeDebug.enabled` | Schedule a selenium node chrome debug pod | `false` | | `chromeDebug.image` | The selenium node chrome debug image | `selenium/node-chrome-debug` | -| `chromeDebug.tag` | The selenium node chrome debug tag | `2.53.1` | +| `chromeDebug.tag` | The selenium node chrome debug tag | `3.6.0` | | `chromeDebug.pullPolicy` | The selenium node chrome debug pull policy | `IfNotPresent` | | `chromeDebug.replicas` | The number of selenium node chrome debug pods | `1` | | `chromeDebug.javaOpts` | The java options for a selenium node chrome debug JVM, default sets the max heap size to 900 mb | `-Xmx900m` | @@ -102,7 +102,7 @@ The following tables lists the configurable parameters of the Selenium chart and | `chromeDebug.timeZone` | The time zone for the container | `nil` | | `firefox.enabled` | Schedule a selenium node firefox pod | `false` | | `firefox.image` | The selenium node firefox image | `selenium/node-firefox` | -| `firefox.tag` | The selenium node firefox tag | `2.53.1` | +| `firefox.tag` | The selenium node firefox tag | `3.6.0` | | `firefox.pullPolicy` | The selenium node firefox pull policy | `IfNotPresent` | | `firefox.replicas` | The number of selenium node firefox pods | `1` | | `firefox.javaOpts` | The java options for a selenium node firefox JVM, default sets the max heap size to 900 mb | `-Xmx900m` | @@ -120,7 +120,7 @@ The following tables lists the configurable parameters of the Selenium chart and | `firefox.timeZone` | The time zone for the container | `nil` | | `firefoxDebug.enabled` | Schedule a selenium node firefox debug pod | `false` | | `firefoxDebug.image` | The selenium node firefox debug image | `selenium/node-firefox-debug` | -| `firefoxDebug.tag` | The selenium node firefox debug tag | `2.53.1` | +| `firefoxDebug.tag` | The selenium node firefox debug tag | `3.6.0` | | `firefoxDebug.pullPolicy` | The selenium node firefox debug pull policy | `IfNotPresent` | | `firefoxDebug.replicas` | The numer of selenium node firefox debug pods | `1` | | `firefoxDebug.javaOpts` | The java options for a selenium node firefox debug JVM, default sets the max heap size to 900 mb | `-Xmx900m` | @@ -152,5 +152,3 @@ $ helm install --name my-release -f values.yaml stable/selenium ``` > **Tip**: You can use the default [values.yaml](values.yaml) - - diff --git a/stable/selenium/values.yaml b/stable/selenium/values.yaml index 8fd406399b..18dd199665 100644 --- a/stable/selenium/values.yaml +++ b/stable/selenium/values.yaml @@ -5,7 +5,7 @@ hub: ## The tag for the image ## ref: https://hub.docker.com/r/selenium/hub/tags/ - tag: "3.4.0" + tag: "3.6.0" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -15,7 +15,7 @@ hub: port: 4444 ## Timeout for probe Hub readiness via HTTP request on Hub console - readinessTimeout: 1 + readinessTimeout: 1 ## Set the JAVA_OPTS environment variable ## If you find your selenium hub is OOMKilled, try adding -XX:+UseSerialGC @@ -23,14 +23,14 @@ hub: ## Set the SE_OPTS environment variable ## ref: http://www.seleniumhq.org/docs/07_selenium_grid.jsp#node-configuration - # seOpts: + # seOpts: - ## Defining a JMX port will open the port on the container, however, it + ## Defining a JMX port will open the port on the container, however, it ## requires additional javaOpts, ie ## javaOpts: > - ## -Dcom.sun.management.jmxremote.port=4000 - ## -Dcom.sun.management.jmxremote.authenticate=false - ## -Dcom.sun.management.jmxremote.ssl=false + ## -Dcom.sun.management.jmxremote.port=4000 + ## -Dcom.sun.management.jmxremote.authenticate=false + ## -Dcom.sun.management.jmxremote.ssl=false ## ref: http://openjdk.java.net/groups/jmx/ # jmxPort: 4000 @@ -82,7 +82,7 @@ chrome: ## The tag for the image ## ref: https://hub.docker.com/r/selenium/hub/tags/ - tag: "3.4.0" + tag: "3.6.0" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -97,14 +97,14 @@ chrome: ## Set the SE_OPTS environment variable ## ref: http://www.seleniumhq.org/docs/07_selenium_grid.jsp#node-configuration - # seOpts: + # seOpts: - ## Defining a JMX port will open the port on the container, however, it + ## Defining a JMX port will open the port on the container, however, it ## requires additional javaOpts, ie ## javaOpts: > - ## -Dcom.sun.management.jmxremote.port=4000 - ## -Dcom.sun.management.jmxremote.authenticate=false - ## -Dcom.sun.management.jmxremote.ssl=false + ## -Dcom.sun.management.jmxremote.port=4000 + ## -Dcom.sun.management.jmxremote.authenticate=false + ## -Dcom.sun.management.jmxremote.ssl=false ## ref: http://openjdk.java.net/groups/jmx/ # jmxPort: 4000 @@ -153,7 +153,7 @@ chromeDebug: ## The tag for the image ## ref: https://hub.docker.com/r/selenium/hub/tags/ - tag: "3.4.0" + tag: "3.6.0" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -168,14 +168,14 @@ chromeDebug: ## Set the SE_OPTS environment variable ## ref: http://www.seleniumhq.org/docs/07_selenium_grid.jsp#node-configuration - # seOpts: + # seOpts: - ## Defining a JMX port will open the port on the container, however, it + ## Defining a JMX port will open the port on the container, however, it ## requires additional javaOpts, ie ## javaOpts: > - ## -Dcom.sun.management.jmxremote.port=4000 - ## -Dcom.sun.management.jmxremote.authenticate=false - ## -Dcom.sun.management.jmxremote.ssl=false + ## -Dcom.sun.management.jmxremote.port=4000 + ## -Dcom.sun.management.jmxremote.authenticate=false + ## -Dcom.sun.management.jmxremote.ssl=false ## ref: http://openjdk.java.net/groups/jmx/ # jmxPort: 4000 @@ -224,7 +224,7 @@ firefox: ## The tag for the image ## ref: https://hub.docker.com/r/selenium/hub/tags/ - tag: "3.4.0" + tag: "3.6.0" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -239,14 +239,14 @@ firefox: ## Set the SE_OPTS environment variable ## ref: http://www.seleniumhq.org/docs/07_selenium_grid.jsp#node-configuration - # seOpts: + # seOpts: - ## Defining a JMX port will open the port on the container, however, it + ## Defining a JMX port will open the port on the container, however, it ## requires additional javaOpts, ie ## javaOpts: > - ## -Dcom.sun.management.jmxremote.port=4000 - ## -Dcom.sun.management.jmxremote.authenticate=false - ## -Dcom.sun.management.jmxremote.ssl=false + ## -Dcom.sun.management.jmxremote.port=4000 + ## -Dcom.sun.management.jmxremote.authenticate=false + ## -Dcom.sun.management.jmxremote.ssl=false ## ref: http://openjdk.java.net/groups/jmx/ # jmxPort: 4000 @@ -282,7 +282,7 @@ firefoxDebug: ## The tag for the image ## ref: https://hub.docker.com/r/selenium/hub/tags/ - tag: "3.4.0" + tag: "3.6.0" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -297,14 +297,14 @@ firefoxDebug: ## Set the SE_OPTS environment variable ## ref: http://www.seleniumhq.org/docs/07_selenium_grid.jsp#node-configuration - # seOpts: + # seOpts: - ## Defining a JMX port will open the port on the container, however, it + ## Defining a JMX port will open the port on the container, however, it ## requires additional javaOpts, ie ## javaOpts: > - ## -Dcom.sun.management.jmxremote.port=4000 - ## -Dcom.sun.management.jmxremote.authenticate=false - ## -Dcom.sun.management.jmxremote.ssl=false + ## -Dcom.sun.management.jmxremote.port=4000 + ## -Dcom.sun.management.jmxremote.authenticate=false + ## -Dcom.sun.management.jmxremote.ssl=false ## ref: http://openjdk.java.net/groups/jmx/ # jmxPort: 4000 @@ -329,4 +329,3 @@ firefoxDebug: # nodeRegisterCycle: 5000 # nodePort: 5555 # timeZone: UTC -