Skip to content

Commit 22479ae

Browse files
committed
Generate Helm docs
1 parent 838eab5 commit 22479ae

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

charts/opensearch/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# opensearch
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.17.0](https://img.shields.io/badge/AppVersion-2.17.0-informational?style=flat-square)
44

55
Opensearch provides a full-text search engine with an HTTP web interface and schema-free JSON documents.
66

@@ -15,8 +15,8 @@ Opensearch provides a full-text search engine with an HTTP web interface and sch
1515

1616
| Repository | Name | Version |
1717
|------------|------|---------|
18-
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.21.0 |
19-
| https://opensearch-project.github.io/helm-charts/ | opensearch-dashboards | 2.19.0 |
18+
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.25.0 |
19+
| https://opensearch-project.github.io/helm-charts/ | opensearch-dashboards | 2.23.0 |
2020

2121
## Values
2222

@@ -36,14 +36,12 @@ Opensearch provides a full-text search engine with an HTTP web interface and sch
3636
| ingressDashboard.ingressClassName | string | `""` | |
3737
| ingressDashboard.tls | bool | `true` | |
3838
| ingressDashboard.useCertManager | bool | `false` | |
39-
| networking.clusterIP | string | `"None"` | |
40-
| networking.dashboard.port | int | `5601` | |
41-
| networking.service.port | int | `9200` | |
42-
| networking.type | string | `"ClusterIP"` | |
4339
| opensearch-dashboards.rbac.create | bool | `false` | |
40+
| opensearch-dashboards.service.port | int | `5601` | |
4441
| opensearch-dashboards.serviceAccount.create | bool | `false` | |
4542
| opensearch.discoverable.allow | bool | `true` | |
4643
| opensearch.envFrom[0].secretRef.name | string | `"opensearch-env-secret"` | |
44+
| opensearch.httpPort | int | `9200` | |
4745
| opensearch.networkPolicy.create | bool | `false` | |
4846
| opensearch.networkPolicy.http.enabled | bool | `false` | |
4947
| opensearch.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
@@ -74,7 +72,7 @@ Opensearch provides a full-text search engine with an HTTP web interface and sch
7472
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
7573
| security.networkPolicy.enabled | bool | `false` | |
7674
| security.networkPolicy.from | list | `[]` | |
77-
| security.password | string | `"changeme"` | |
75+
| security.password | string | `"MyStr0ngP@ssword"` | |
7876

7977
----------------------------------------------
8078
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 commit comments

Comments
 (0)