diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index df1150ebcf..21fb7a8ce5 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v0.8.2" description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 3.9.1 +version: 3.9.2 keywords: - terraform home: https://www.runatlantis.io diff --git a/stable/atlantis/README.md b/stable/atlantis/README.md index 445a922df0..b691623c09 100644 --- a/stable/atlantis/README.md +++ b/stable/atlantis/README.md @@ -70,7 +70,7 @@ The following options are supported. See [values.yaml](values.yaml) for more de | `statefulSet.annotations` | Additional annotations to use for StatefulSet. | `{}` | | `statefulSet.labels` | Additional labels to use for StatefulSet. | `{}` | | `logLevel` | Level to use for logging. Either debug, info, warn, or error. | n/a | -| `orgWhiteList` | Whitelist of repositories from which Atlantis will accept webhooks. **This value must be set for Atlantis to function correctly.** Accepts wildcard characters (`*`). Multiple values may be comma-separated. | none | +| `orgWhitelist` | Whitelist of repositories from which Atlantis will accept webhooks. **This value must be set for Atlantis to function correctly.** Accepts wildcard characters (`*`). Multiple values may be comma-separated. | none | | `config` | Override atlantis main configuration by config map. It's allow some additional functionality like slack notifications. | n/a | | `repoConfig` | [Server Side Repo Configuration](https://www.runatlantis.io/docs/server-side-repo-config.html) as a raw YAML string. Configuration is stored in ConfigMap. | n/a | | `defaultTFVersion` | Default Terraform version to be used by atlantis server | n/a |