mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Michael Goodness
parent
edb4e185b5
commit
b4ff0dd30c
@@ -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:
|
||||
|
||||
@@ -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)* |
|
||||
|
||||
Reference in New Issue
Block a user