diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index a15735016c..e6de1c0346 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 1.1.1 +version: 1.1.2 appVersion: 3.9.0 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 16ae248746..a9388b7333 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -47,7 +47,7 @@ $ kubectl delete pvc -l app=${RELEASE-NAME}-worker ## Scaling the Chart -Scaling should typically be managed via the `helm upgrade` command, but `StatefulSets` don't yet work with `helm upgrade`. In the meantime, until `helm upgrade` works, if you want to change the number of replicas, you can use the kubectl scale as shown below: +Scaling should typically be managed via the `helm upgrade` command, but `StatefulSets` don't yet work with `helm upgrade`. In the meantime, until `helm upgrade` works, if you want to change the number of replicas, you can use the `kubectl scale` command as shown below: ```console $ kubectl scale statefulset my-release-worker --replicas=3 @@ -312,7 +312,7 @@ The only way to completely avoid putting secrets in Helm is to bring your own Po ### Credential Management -Pipelines ususally need credentials to do things. Concourse supports the use of a [Credential Manager](https://concourse-ci.org/creds.html) so your pipelines can contain references to secrets instead of the actual secret values. You can't use more than one credential manager at a time. +Pipelines usually need credentials to do things. Concourse supports the use of a [Credential Manager](https://concourse-ci.org/creds.html) so your pipelines can contain references to secrets instead of the actual secret values. You can't use more than one credential manager at a time. #### Kubernetes Secrets @@ -383,7 +383,7 @@ credentialManager: ``` -#### AWS Systems Manager Paramter Store (SSM) +#### AWS Systems Manager Parameter Store (SSM) To use SSM, set `credentialManager.kubernetes.enabled` to false, and set `credentialManager.ssm.enabled` to true. diff --git a/stable/concourse/templates/NOTES.txt b/stable/concourse/templates/NOTES.txt index 5c97fe7cf9..b536b5046d 100644 --- a/stable/concourse/templates/NOTES.txt +++ b/stable/concourse/templates/NOTES.txt @@ -51,5 +51,5 @@ ******WARNING****** ******************* -You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatability reasons, but is very space inefficient, and should be changed to either "btrfs" (recommended) or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 and https://github.com/concourse/concourse/issues/1966 for background. +You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatibility reasons, but is very space inefficient, and should be changed to either "btrfs" (recommended) or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 and https://github.com/concourse/concourse/issues/1966 for background. {{- end }}