helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.

Results 128 helm-charts issues
Sort by recently updated
recently updated
newest added

### 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...

first-time-contributor

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....

bug

**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...

bug

### 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...

first-time-contributor

**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...

bug

### 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]...

bug

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...

enhancement

**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...

bug
untriaged

### 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...

first-time-contributor

### 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...

first-time-contributor