mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
[stable/concourse] Bump image tag to 5.4.0 (#15718)
* Bump image tag to 5.4.0 Signed-off-by: Taylor Silva <tsilva@pivotal.io> Co-authored-by: Jamie Klassen <cklassen@pivotal.io> * [stable/concourse] Update README.md Signed-off-by: Taylor Silva <tsilva@pivotal.io> Co-authored-by: Jamie Klassen <cklassen@pivotal.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
co-authored by
Jamie Klassen
parent
fefd3161a6
commit
6208360cb1
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: concourse
|
||||
version: 8.1.1
|
||||
appVersion: 5.3.0
|
||||
version: 8.1.2
|
||||
appVersion: 5.4.0
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
keywords:
|
||||
|
||||
@@ -83,7 +83,7 @@ The following table lists the configurable parameters of the Concourse chart and
|
||||
| `imageDigest` | Specific image digest to use in place of a tag. | `nil` |
|
||||
| `imagePullPolicy` | Concourse image pull policy | `IfNotPresent` |
|
||||
| `imagePullSecrets` | Array of imagePullSecrets in the namespace for pulling images | `[]` |
|
||||
| `imageTag` | Concourse image version | `5.3.0` |
|
||||
| `imageTag` | Concourse image version | `5.4.0` |
|
||||
| `image` | Concourse image | `concourse/concourse` |
|
||||
| `nameOverride` | Provide a name in place of `concourse` for `app:` labels | `nil` |
|
||||
| `persistence.enabled` | Enable Concourse persistence using Persistent Volume Claims | `true` |
|
||||
|
||||
@@ -19,7 +19,7 @@ image: concourse/concourse
|
||||
## of `concourse/concourse`.
|
||||
## Ref: https://hub.docker.com/r/concourse/concourse/tags/
|
||||
##
|
||||
imageTag: "5.3.0"
|
||||
imageTag: "5.4.0"
|
||||
|
||||
## Specific image digest to use in place of a tag.
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images
|
||||
|
||||
Reference in New Issue
Block a user