concourse: Be more precise about the default pull policy (#597)

* concourse: Be more precise about the default pull policy
* version bump
This commit is contained in:
Fabian Ruff
2017-02-13 15:30:03 -06:00
committed by Michael Goodness
parent edb4e185b5
commit b4ff0dd30c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 0.1.1
version: 0.1.2
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
keywords:
+1 -1
View File
@@ -61,7 +61,7 @@ The following tables lists the configurable parameters of the Concourse chart an
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image` | Concourse image | `concourse/concourse` |
| `imageTag` | Concourse image version | `2.6.0` |
| `imagePullPolicy` |Concourse image pull policy | `Always` |
| `imagePullPolicy` |Concourse image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `concourse.username` | Concourse Basic Authentication Username | `concourse` |
| `concourse.password` | Concourse Basic Authentication Password | `concourse` |
| `concourse.hostKey` | Concourse Host Private Key | *See [#ssh-keys](#ssh-keys)* |