fix grammar_mistake (#4672)

* fix grammar_mistake

* Update version

Update version
This commit is contained in:
Ma Huihuang
2018-04-05 11:00:10 -07:00
committed by k8s-ci-robot
parent ded735eeed
commit 0498018d97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 1.1.4
version: 1.1.5
appVersion: 3.9.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+1 -1
View File
@@ -80,7 +80,7 @@ The following table lists the configurable parameters of the Concourse chart and
| `concourse.resourceCacheCleanupInterval` | The interval on which to check for and release old caches of resource versions | `30s` |
| `concourse.baggageclaimDriver` | The filesystem driver used by baggageclaim | `naive` |
| `concourse.containerPlacementStrategy` | The selection strategy for placing containers onto workers | `random` |
| `concourse.dockerRegistry` | An URL pointing to the Docker registry to use to fetch Docker images | `nil` |
| `concourse.dockerRegistry` | A URL pointing to the Docker registry to use to fetch Docker images | `nil` |
| `concourse.insecureDockerRegistry` | Docker registry(ies) (comma separated) to allow connecting to even if not secure | `nil` |
| `concourse.encryption.enabled` | Enable encryption of pipeline configuration | `false` |
| `concourse.basicAuth.enabled` | Enable basic auth for the "main" Concourse team| `true` |