diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 88353dcf91..e10e455106 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 1.8.0 +version: 1.8.1 appVersion: 3.14.1 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/README.md b/stable/concourse/README.md index 61ece2f714..1102463622 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -182,7 +182,7 @@ The following table lists the configurable parameters of the Concourse chart and | `secrets.gitlabAuthClientSecret` | Application client secret for GitLab OAuth | `nil` | | `secrets.genericOauthClientId` | Application client ID for Generic OAuth | `nil` | | `secrets.genericOauthClientSecret` | Application client secret for Generic OAuth | `nil` | -| `secrets.postgresqlUri` | PostgreSQL connection URI when `postgres.enabled` is `false` | `nil` | +| `secrets.postgresqlUri` | PostgreSQL connection URI when `postgresql.enabled` is `false` | `nil` | | `secrets.vaultCaCert` | CA certificate use to verify the vault server SSL cert. | `nil` | | `secrets.vaultClientToken` | Vault periodic client token | `nil` | | `secrets.vaultAppRoleId` | Vault AppRole RoleID | `nil` |