Skip to content

Commit 93c07b0

Browse files
Fix documentation typos in README files (#36429)
Fixed spelling errors in multiple README files: - Fix 'standarize' -> 'standardize' in template/README.md - Fix 'recieve' -> 'receive' in bitnami/thanos/README.md - Fix 'standarizes' -> 'standardizes' and 'sumarised' -> 'summarised' in bitnami/spark/README.md - Fix 'standarizes' -> 'standardizes' and 'sumarised' -> 'summarised' in bitnami/postgresql-ha/README.md These are documentation-only changes and do not affect chart functionality. Signed-off-by: Ritik Shukla <ritikshukla@users.noreply.github.com> Co-authored-by: Ritik Shukla <ritikshukla@users.noreply.github.com>
1 parent b5e10d8 commit 93c07b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bitnami/postgresql-ha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ This major version changes the default PostgreSQL image from 14.x to 15.x. Follo
11111111

11121112
### To 9.0.0
11131113

1114-
This chart major version updates the PostgreSQL image's version to the latest major, `v14`, as well as standarizes the templates and values. These changes can be sumarised in the following:
1114+
This chart major version updates the PostgreSQL image's version to the latest major, `v14`, as well as standardizes the templates and values. These changes can be summarised in the following:
11151115

11161116
- Image parameters that used `imageNameImage` are now under `imageName.image`
11171117
- `containerPort` parameters are now found by `containerPorts.xxxx`

bitnami/spark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ This could potentially break any customization or init scripts used in your depl
544544

545545
### To 6.0.0
546546

547-
This chart major version standarizes the chart templates and values, modifying some existing parameters names and adding several more. These parameter modifications can be sumarised in the following:
547+
This chart major version standardizes the chart templates and values, modifying some existing parameters names and adding several more. These parameter modifications can be summarised in the following:
548548

549549
- `worker.autoscaling.CpuTargetPercentage/.replicasMax` parameters are now found by `worker.autoscaling.targetCPU/.maxReplicas`.
550550
- `webport/webPortHttps/cluster` parameters are now found by `containerPorts.http/.https/.cluster`.

bitnami/thanos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ This major release bumps the MinIO chart version to [13.x.x](https://github.com/
17491749

17501750
This major version changes the NetworkPolicy objects and creates one per Thanos component. The `networkPolicy` common value was removed in favor of `COMPONENT.networkPolicy`. Also, NetworkPolicy objects are deployed by default. This can be changed by setting `COMPONENT.networkPolicy.enabled=false` being `COMPONENT` one of the Thanos components.
17511751

1752-
This version also removes deprecated service port values like `receive.service.http.port` in favor of `recieve.service.ports.http`, as well as `existingServiceAccount`.
1752+
This version also removes deprecated service port values like `receive.service.http.port` in favor of `receive.service.ports.http`, as well as `existingServiceAccount`.
17531753

17541754
### To 12.0.0
17551755

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Some of the items that need to be implemented are:
3737
- podSecurityContext
3838
- containerSecurityContext
3939

40-
Also it is necessary to use the `bitnami/common` chart to standarize some of the above items.
40+
Also it is necessary to use the `bitnami/common` chart to standardize some of the above items.
4141

4242
:warning: Take into account this is just an example to follow, depending on the specific use case you will need to remove, add or modify those templates, beyond replacing the placeholders `%%FOO%%`

0 commit comments

Comments
 (0)