bump webpagetest-server to 2018-03-08 (#8164)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2018-10-04 09:12:14 -07:00
committed by k8s-ci-robot
parent 6b7c7901c0
commit a4b4977aa1
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: webpagetest-server
version: 0.1.5
appVersion: "2018-01-12"
version: 0.2.0
appVersion: "2018-03-08"
home: https://www.webpagetest.org/
icon: https://www.webpagetest.org/images/logo_wpt.png
sources:
+3 -2
View File
@@ -48,8 +48,9 @@ The following table lists the configurable parameters of the WebPageTest chart a
| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image` | WebPageTest server image | `webpagetest/server:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `image.repository` | WebPageTest server image | `timothyclarke/wptserver` |
| `image.tag` | WebPageTest server tag | `2018-03-08` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `ec2Locations.enabled` | Enables use of EC2 AMI's | `false` |
| `ec2Locations.customUserDataSecret` | Controls if this chart should use an externally created secret | `false` |
| `ec2Locations.userData` | Data Structure which is used to generate settings | sample data only |
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: timothyclarke/wptserver
tag: 2018-01-12
tag: "2018-03-08"
pullPolicy: IfNotPresent
service:
name: webpagetest-server