You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - Added change logs for the opensearch and opensearch-dashboards Helm
charts.
- Amended README files to reflect the intended installation and usage.
- Incremented the version numbers to 1.0.2 for both Helm charts in
adherence to linting rules and Semver 2.
Signed-off-by: Michael Primeaux <[email protected]>
* - Modified OpenSearch chart description
Signed-off-by: Michael Primeaux <[email protected]>
* - Reverted to previous chart installation instructions until we can
verify the new method succeeds.
Signed-off-by: Michael Primeaux <[email protected]>
Copy file name to clipboardExpand all lines: charts/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,18 @@
1
1
2
2
This Helm chart is a lightweight way to configure and run the official [OpenSearch Docker image](https://hub.docker.com/r/opensearchproject/opensearch).
3
3
4
-
5
4
-[Installing](#installing)
6
5
-[Usage notes](#usage-notes)
7
6
-[Configuration](#configuration)
8
7
-[Future](#Future)
9
8
10
-
11
-
12
9
## Installing
13
10
14
-
This chart is tested with the latest 1.0.0 version.
The command deploys OpenSearch with its associated components (data statefulsets, masters, clients) on the Kubernetes cluster in the default configuration.
0 commit comments