diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 44421fb86..5b9e3fef6 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -86,7 +86,7 @@ helm3 2to3 convert # Upgrade to 7.10.0 helm upgrade elastic/ --version 7.10.0 -# Cleanup Helm 2 datas +# Cleanup Helm 2 data helm3 2to3 cleanup ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index abb4fa7b5..c56529623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ | [#1288](https://github.com/elastic/helm-charts/pull/1288) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.17 tests (#1286) | | [#1279](https://github.com/elastic/helm-charts/pull/1279) | [@jmlrt](https://github.com/jmlrt) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | | [#1276](https://github.com/elastic/helm-charts/pull/1276) | [@jmlrt](https://github.com/jmlrt) | [logstash] feat: add podAffinity settings (#1257) | -| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatability (#1058) | +| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatibility (#1058) | | [#1270](https://github.com/elastic/helm-charts/pull/1270) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.19 (#1231) | | [#1252](https://github.com/elastic/helm-charts/pull/1252) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.3-SNAPSHOT | @@ -51,7 +51,7 @@ | --- | --- | --- | | [#1278](https://github.com/elastic/helm-charts/pull/1278) | [@jmlrt](https://github.com/jmlrt) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | | [#1275](https://github.com/elastic/helm-charts/pull/1275) | [@jmlrt](https://github.com/jmlrt) | [logstash] feat: add podAffinity settings (#1257) | -| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatability (#1058) | +| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatibility (#1058) | | [#1216](https://github.com/elastic/helm-charts/pull/1216) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) | | [#1227](https://github.com/elastic/helm-charts/pull/1227) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.17-SNAPSHOT | | [#1210](https://github.com/elastic/helm-charts/pull/1210) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] only configure ES_JAVA_OPTS when value is set (#1089) | @@ -827,7 +827,7 @@ | PR | Author | Title | |---------------------------------------------------------|--------------------------------------------------|---------------------------------------------------------------------------| | [#330](https://github.com/elastic/helm-charts/pull/330) | [@tusciucalecs](https://github.com/tusciucalecs) | Support fullnameOverride | -| [#321](https://github.com/elastic/helm-charts/pull/321) | [@pbecotte](https://github.com/pbecotte) | Use host networking so that the stats have the correct node informations | +| [#321](https://github.com/elastic/helm-charts/pull/321) | [@pbecotte](https://github.com/pbecotte) | Use host networking so that the stats have the correct node information | | [#322](https://github.com/elastic/helm-charts/pull/322) | [@pbecotte](https://github.com/pbecotte) | Use a list for extra volume mounts to match the comments and other values | ### Kibana diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb82e009e..16f66e548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -191,7 +191,7 @@ Just like with the rest of the stack, all versions in this helm-charts repo are bumped and released at the same time. There is no need to bump the version in your pull request. -Charts are released from version branchs (example `7.7` branch). +Charts are released from version branches (example `7.7` branch). [Elastic Helm repository][] is updated only during releases. @@ -218,7 +218,7 @@ YAML being generated: It is possible to run all of the tests and linting inside of a Docker container using `make test` -Note that templating tests are formated using [Black][], you should run +Note that templating tests are formatted using [Black][], you should run `make lint-python` (equivalent to `black --diff --check .` ) to validate them or `black .` to apply formatting before submitting a pull request which will modify them. diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index cb3ff6d81..423dd6c93 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -235,7 +235,7 @@ imagePullSecrets: [] nodeSelector: {} tolerations: [] -# Enabling this will publically expose your Elasticsearch instance. +# Enabling this will publicly expose your Elasticsearch instance. # Only enable this if you have security enabled on your cluster ingress: enabled: false diff --git a/kibana/README.md b/kibana/README.md index 6ee9eea4d..8578a50f2 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -85,8 +85,8 @@ as a reference. They are also used in the automated testing of this chart. | `extraContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` | | `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | see [values.yaml][] | | `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` | -| `extraVolumeMounts` | Configuration for additionnal `volumeMounts` | see [values.yaml][] | -| `extraVolumes` | Configuration for additionnal `volumes` | see [values.yaml][] | +| `extraVolumeMounts` | Configuration for additional `volumeMounts` | see [values.yaml][] | +| `extraVolumes` | Configuration for additional `volumes` | see [values.yaml][] | | `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride orChart.Name` " | `""` | | `healthCheckPath` | The path used for the readinessProbe to check that Kibana is ready. If you are setting `server.basePath` you will also need to update this to `/${basePath}/app/kibana` | `/app/kibana` | | `hostAliases` | Configurable [hostAliases][] | `[]` | diff --git a/logstash/README.md b/logstash/README.md index 09db887b9..b3fa4693f 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -92,7 +92,7 @@ modified in place while using ConfigMap bind-mount the same file (more details in this [note][]). * When overriding `logstash.yml`, `http.host: 0.0.0.0` should always be included to make default probes work. If restricting HTTP API to 127.0.0.1 is required by -using `http.host: 127.0.0.1`, default probes should be disabled or overrided +using `http.host: 127.0.0.1`, default probes should be disabled or overridden (see [values.yaml][] for the good syntax). * An ingress is provided that can be used to expose the HTTP port. This can be useful for the [http input plugin][], for instance. @@ -125,7 +125,7 @@ useful for the [http input plugin][], for instance. | `logstashConfig` | Allows you to add any config files in `/usr/share/logstash/config/` such as `logstash.yml` and `log4j2.properties` See [values.yaml][] for an example of the formatting | `{}` | | `logstashJavaOpts` | Java options for Logstash. This is where you should configure the JVM heap size | `-Xmx1g -Xms1g` | | `logstashPipeline` | Allows you to add any pipeline files in `/usr/share/logstash/pipeline/` | `{}` | -| `logstashPatternDir` | Allows you to define a custom directory to store patten files | `/usr/share/logstash/patterns/` | +| `logstashPatternDir` | Allows you to define a custom directory to store pattern files | `/usr/share/logstash/patterns/` | | `logstashPattern` | Allows you to add any pattern files in `logstashPatternDir` | `{}` | | `maxUnavailable` | The [maxUnavailable][] value for the pod disruption budget. By default this will prevent Kubernetes from having more than 1 unhealthy pod in the node group | `1` | | `nameOverride` | Overrides the chart name for resources. If not set the name will default to `.Chart.Name` | `""` | diff --git a/logstash/values.yaml b/logstash/values.yaml index cc31b38ac..44b542df9 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -202,7 +202,7 @@ terminationGracePeriod: 120 # Probes # Default probes are using `httpGet` which requires that `http.host: 0.0.0.0` is part of -# `logstash.yml`. If needed probes can be disabled or overrided using the following syntaxes: +# `logstash.yml`. If needed probes can be disabled or overridden using the following syntaxes: # # disable livenessProbe # livenessProbe: null