diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index bc34e3b4..85fde63a 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v1 appVersion: v0.28.1 description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 5.1.2 +version: 5.1.3 keywords: - terraform home: https://www.runatlantis.io diff --git a/charts/atlantis/README.md b/charts/atlantis/README.md index bd9b052d..0cfee6bd 100644 --- a/charts/atlantis/README.md +++ b/charts/atlantis/README.md @@ -131,11 +131,11 @@ extraManifests: | ingress.pathType | string | `"ImplementationSpecific"` | | | ingress.paths | list | `[]` | Used when several paths under the same host, with different backend services, are required. Check values.yaml for examples. | | ingress.tls | list | `[]` | Check values.yaml for examples. | +| initConfig.containerSecurityContext | object | `{}` | Security context for the container. | | initConfig.enabled | bool | `false` | Install providers/plugins into a path shared with the Atlantis pod. | | initConfig.image | string | `"alpine:latest"` | | | initConfig.imagePullPolicy | string | `"IfNotPresent"` | | | initConfig.script | string | Check values.yaml. | Script to run on the init container. | -| initConfig.securityContext | object | `{}` | Security context for the container. | | initConfig.sharedDir | string | `"/plugins"` | SharedDir is set as env var INIT_SHARED_DIR. | | initConfig.sharedDirReadOnly | bool | `true` | | | initConfig.sizeLimit | string | `"100Mi"` | Size for the shared volume. | diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index a72e5e5d..75884bc4 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -569,7 +569,7 @@ initConfig: # -- Size for the shared volume. sizeLimit: 100Mi # -- Security context for the container. - securityContext: {} + containerSecurityContext: {} # -- Script to run on the init container. # @default -- Check values.yaml. script: |