diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 50ae19310c..3261f1a8c6 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -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: diff --git a/stable/concourse/README.md b/stable/concourse/README.md index ce2cc76ef2..4ee2af3195 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -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` | diff --git a/stable/concourse/values.yaml b/stable/concourse/values.yaml index 4cd0bd681c..02f1e40e25 100644 --- a/stable/concourse/values.yaml +++ b/stable/concourse/values.yaml @@ -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