From fbbdec51745ebcf61be1740a1b01e0f82c19384c Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 12 Dec 2018 14:30:22 +0100 Subject: [PATCH] bump concourse to 4.2.2 (#9920) Signed-off-by: cpanato --- stable/concourse/Chart.yaml | 4 ++-- stable/concourse/README.md | 2 +- stable/concourse/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 45ffc2ed2e..f230aa2c2e 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -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: diff --git a/stable/concourse/README.md b/stable/concourse/README.md index a2d9c3be23..816b98cbdb 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -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` | diff --git a/stable/concourse/values.yaml b/stable/concourse/values.yaml index 7456ece058..0a7cf1a1bc 100644 --- a/stable/concourse/values.yaml +++ b/stable/concourse/values.yaml @@ -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