Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit e22fe09

Browse files
authored
Fix typos discovered by codespell (#1319)
1 parent b5d02dd commit e22fe09

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

BREAKING_CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ helm3 2to3 convert <release-name>
8686
# Upgrade to 7.10.0
8787
helm upgrade <release-name> elastic/<chart-name> --version 7.10.0
8888

89-
# Cleanup Helm 2 datas
89+
# Cleanup Helm 2 data
9090
helm3 2to3 cleanup
9191
```
9292

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
| [#1288](https://github.com/elastic/helm-charts/pull/1288) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.17 tests (#1286) |
3838
| [#1279](https://github.com/elastic/helm-charts/pull/1279) | [@jmlrt](https://github.com/jmlrt) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) |
3939
| [#1276](https://github.com/elastic/helm-charts/pull/1276) | [@jmlrt](https://github.com/jmlrt) | [logstash] feat: add podAffinity settings (#1257) |
40-
| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatability (#1058) |
40+
| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatibility (#1058) |
4141
| [#1270](https://github.com/elastic/helm-charts/pull/1270) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.19 (#1231) |
4242
| [#1252](https://github.com/elastic/helm-charts/pull/1252) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.3-SNAPSHOT |
4343

@@ -51,7 +51,7 @@
5151
| --- | --- | --- |
5252
| [#1278](https://github.com/elastic/helm-charts/pull/1278) | [@jmlrt](https://github.com/jmlrt) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) |
5353
| [#1275](https://github.com/elastic/helm-charts/pull/1275) | [@jmlrt](https://github.com/jmlrt) | [logstash] feat: add podAffinity settings (#1257) |
54-
| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatability (#1058) |
54+
| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] Added health pod name override for compatibility (#1058) |
5555
| [#1216](https://github.com/elastic/helm-charts/pull/1216) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) |
5656
| [#1227](https://github.com/elastic/helm-charts/pull/1227) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.17-SNAPSHOT |
5757
| [#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 @@
827827
| PR | Author | Title |
828828
|---------------------------------------------------------|--------------------------------------------------|---------------------------------------------------------------------------|
829829
| [#330](https://github.com/elastic/helm-charts/pull/330) | [@tusciucalecs](https://github.com/tusciucalecs) | Support fullnameOverride |
830-
| [#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 |
830+
| [#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 |
831831
| [#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 |
832832

833833
### Kibana

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Just like with the rest of the stack, all versions in this helm-charts repo are
191191
bumped and released at the same time. There is no need to bump the version in
192192
your pull request.
193193

194-
Charts are released from version branchs (example `7.7` branch).
194+
Charts are released from version branches (example `7.7` branch).
195195

196196
[Elastic Helm repository][] is updated only during releases.
197197

@@ -218,7 +218,7 @@ YAML being generated:
218218
It is possible to run all of the tests and linting inside of a Docker container
219219
using `make test`
220220

221-
Note that templating tests are formated using [Black][], you should run
221+
Note that templating tests are formatted using [Black][], you should run
222222
`make lint-python` (equivalent to `black --diff --check .` ) to validate them or
223223
`black .` to apply formatting before submitting a pull request which will modify
224224
them.

elasticsearch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ imagePullSecrets: []
235235
nodeSelector: {}
236236
tolerations: []
237237

238-
# Enabling this will publically expose your Elasticsearch instance.
238+
# Enabling this will publicly expose your Elasticsearch instance.
239239
# Only enable this if you have security enabled on your cluster
240240
ingress:
241241
enabled: false

kibana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ as a reference. They are also used in the automated testing of this chart.
8585
| `extraContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` |
8686
| `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | see [values.yaml][] |
8787
| `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` |
88-
| `extraVolumeMounts` | Configuration for additionnal `volumeMounts` | see [values.yaml][] |
89-
| `extraVolumes` | Configuration for additionnal `volumes` | see [values.yaml][] |
88+
| `extraVolumeMounts` | Configuration for additional `volumeMounts` | see [values.yaml][] |
89+
| `extraVolumes` | Configuration for additional `volumes` | see [values.yaml][] |
9090
| `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride orChart.Name` " | `""` |
9191
| `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` |
9292
| `hostAliases` | Configurable [hostAliases][] | `[]` |

logstash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ modified in place while using ConfigMap bind-mount the same file (more details
9292
in this [note][]).
9393
* When overriding `logstash.yml`, `http.host: 0.0.0.0` should always be included
9494
to make default probes work. If restricting HTTP API to 127.0.0.1 is required by
95-
using `http.host: 127.0.0.1`, default probes should be disabled or overrided
95+
using `http.host: 127.0.0.1`, default probes should be disabled or overridden
9696
(see [values.yaml][] for the good syntax).
9797
* An ingress is provided that can be used to expose the HTTP port. This can be
9898
useful for the [http input plugin][], for instance.
@@ -125,7 +125,7 @@ useful for the [http input plugin][], for instance.
125125
| `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 | `{}` |
126126
| `logstashJavaOpts` | Java options for Logstash. This is where you should configure the JVM heap size | `-Xmx1g -Xms1g` |
127127
| `logstashPipeline` | Allows you to add any pipeline files in `/usr/share/logstash/pipeline/` | `{}` |
128-
| `logstashPatternDir` | Allows you to define a custom directory to store patten files | `/usr/share/logstash/patterns/` |
128+
| `logstashPatternDir` | Allows you to define a custom directory to store pattern files | `/usr/share/logstash/patterns/` |
129129
| `logstashPattern` | Allows you to add any pattern files in `logstashPatternDir` | `{}` |
130130
| `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` |
131131
| `nameOverride` | Overrides the chart name for resources. If not set the name will default to `.Chart.Name` | `""` |

logstash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ terminationGracePeriod: 120
202202

203203
# Probes
204204
# Default probes are using `httpGet` which requires that `http.host: 0.0.0.0` is part of
205-
# `logstash.yml`. If needed probes can be disabled or overrided using the following syntaxes:
205+
# `logstash.yml`. If needed probes can be disabled or overridden using the following syntaxes:
206206
#
207207
# disable livenessProbe
208208
# livenessProbe: null

0 commit comments

Comments
 (0)