From 0498018d97ff1d6863414054a49af6c7a832ca5e Mon Sep 17 00:00:00 2001 From: Ma Huihuang Date: Fri, 6 Apr 2018 02:00:10 +0800 Subject: [PATCH] fix grammar_mistake (#4672) * fix grammar_mistake * Update version Update version --- stable/concourse/Chart.yaml | 2 +- stable/concourse/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 5b7ad71532..4380f56ba2 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -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 diff --git a/stable/concourse/README.md b/stable/concourse/README.md index a9388b7333..83558b505c 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -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` |