diff --git a/incubator/webpagetest-agent/Chart.yaml b/incubator/webpagetest-agent/Chart.yaml index 4e79abf683..de33b0cecb 100644 --- a/incubator/webpagetest-agent/Chart.yaml +++ b/incubator/webpagetest-agent/Chart.yaml @@ -1,7 +1,8 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: webpagetest-agent -version: 0.1.2 +version: 0.1.3 +appVersion: "2018-01-08" home: https://www.webpagetest.org/ icon: https://www.webpagetest.org/images/logo_wpt.png sources: diff --git a/incubator/webpagetest-agent/README.md b/incubator/webpagetest-agent/README.md index 45c3de97d9..a1273f787d 100644 --- a/incubator/webpagetest-agent/README.md +++ b/incubator/webpagetest-agent/README.md @@ -50,7 +50,7 @@ The following table lists the configurable parameters of the WordPress chart and | ------------------------------- | ------------------------------- | ---------------------------------------------------------- | | `image` | WebPageTest server image | `webpagetest/server:{VERSION}` | | `imagePullPolicy` | Image pull policy | `IfNotPresent` | -| `agent.key` | API Key for agent to auth the the master | `nil` | +| `agent.key` | API Key for agent to auth the master | `nil` | | `agent.server` | Hostname of the WPT server (see below) | `agent-web-page-test.local` | | `agent.location` | WPT location tag | `Test` | | `agent.shaper` | Traffic shaping method the agent uses | `none` |