helm-charts
helm-charts copied to clipboard
:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
### Description Add support for user-defined labels on PVCs. ### Issues Resolved #554 ### Check List - [x] Commits are signed per the DCO using --signoff For any changes to...
Hello. I'm using the opensearch-2.20-0 Helm chart and, as per documentation, I've set ```yaml extraEnvs: - name: OPENSEARCH_INITIAL_ADMIN_PASSWORD value: "some-password" - name: DISABLE_INSTALL_DEMO_CONFIG value: "true" ``` So far, so good....
**Describe the bug** When deploying OpenSearch using a Helm chart with separate `nodeGroup` configurations for "master" and "data" roles (each with 2 replicas), the deployment process requires manual creation of...
### Description In the [values.yaml] and [README.md], it mentions defining `storageClassName` to use a custom storageClassName. However, the variable in [statefulset.yaml] uses `storageClass` instead. This pull request changes `storageClass` to...
**Describe the bug** At the moment I have 2 replicas ``` opensearch-cluster-master-0 1/1 Running 0 14m opensearch-cluster-master-1 1/1 Running 0 16m ``` And if I changed in values.yaml replicas: 2...
### Describe the bug Hello, I am configuring opensearch to use letsencrypt certificate, everything was working fine but today i did helm delete/install, and i got that issue: `[2024-05-21T10:08:17,407][WARN ][o.o.h.AbstractHttpServerTransport]...
Hello, i'm trying to override some keys in the opensearch_dashboards.yml (located in /usr/share/opensearch-dashboards/config/) I have seen i can create the config: key in the custom values file, but in there...
**Describe the bug** After upgrading to OpenSearch chart version 2.25.0 and OpenSearch Dashboards chart version 2.22.0, we get error when we try to save a Discover search. **To Reproduce** Steps...
### Description Add support for user-defined labels on PVCs. ### Issues Resolved Closes #554 ### Check List - [x] Commits are signed per the DCO using --signoff For any changes...
### Description Right now there is non possibility to set a `basicAuth` configuration for the `serviceMonitor`. This PR adds it ### Check List - [x] Commits are signed per the...