From b4ff0dd30c2bfa561d95d92f864e0870232a164d Mon Sep 17 00:00:00 2001 From: Fabian Ruff Date: Mon, 13 Feb 2017 22:30:03 +0100 Subject: [PATCH] concourse: Be more precise about the default pull policy (#597) * concourse: Be more precise about the default pull policy * version bump --- 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 59ed45d532..c3b452c324 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -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: diff --git a/stable/concourse/README.md b/stable/concourse/README.md index 8c5958f499..ef4288de57 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -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)* |