mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
bump concourse to 4.2.2 (#9920)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2d348afcdc
commit
fbbdec5174
@@ -1,6 +1,6 @@
|
||||
name: concourse
|
||||
version: 3.0.0
|
||||
appVersion: 4.2.1
|
||||
version: 3.0.1
|
||||
appVersion: 4.2.2
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
keywords:
|
||||
|
||||
@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the Concourse chart and
|
||||
| Parameter | Description | Default |
|
||||
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
|
||||
| `image` | Concourse image | `concourse/concourse` |
|
||||
| `imageTag` | Concourse image version | `4.2.1` |
|
||||
| `imageTag` | Concourse image version | `4.2.2` |
|
||||
| `imagePullPolicy` | Concourse image pull policy | `IfNotPresent` |
|
||||
| `web.nameOverride` | Override the Concourse Web components name | `nil` |
|
||||
| `web.replicas` | Number of Concourse Web replicas | `1` |
|
||||
|
||||
@@ -13,7 +13,7 @@ image: concourse/concourse
|
||||
## Concourse image version.
|
||||
## ref: https://hub.docker.com/r/concourse/concourse/tags/
|
||||
##
|
||||
imageTag: "4.2.1"
|
||||
imageTag: "4.2.2"
|
||||
|
||||
## 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