mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump webpagetest-server to 2018-03-08 (#8164)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
6b7c7901c0
commit
a4b4977aa1
@@ -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:
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: timothyclarke/wptserver
|
||||
tag: 2018-01-12
|
||||
tag: "2018-03-08"
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
name: webpagetest-server
|
||||
|
||||
Reference in New Issue
Block a user