helm-charts
helm-charts copied to clipboard
:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
Hi :). Hopefully this is not a duplicated issue. **Is your feature request related to a problem? Please describe.** During rolling restarts of data nodes, Readiness probes (https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml#L351) are not...
### Description [Describe what this change achieves.] ### Issues Resolved [List any issues this PR will resolve. You should likely open an issue if one does not already exist.] ###...
### Description As new opensearch role for nodes was introduce helmchart templates should be adjusted. I Fixed opensearch helmchart conditions when there is no master role specified to nodes. ###...
**Describe the bug** I deploy Opensearch on EKS with helm chart with SSL configs, I can access the opensearch endpoint and Dashboard via HTTPS , in cluster logs there is...
Hi, I am trying to ingest opensearch logs to the node for fluentbit as input, I attempt to add extraVolumeMounts: ``` extraVolumes: - name: opensearch-logs hostPath: path: /var/log/opensearch/logs type: ''...
Hello i'm trying to use opensearch and opensearch-dashboard with SAML. I have the following error when i'm trying to connect : ``` Error: failed parsing SAML config opensearch-dashboards-79b549c84b-mfqjk dashboards at...
Hello, After a long time digging in documentation/issues here and directly on https://github.com/opensearch-project/opensearch-build project, I realized there must be a conflict between this chart value: https://github.com/opensearch-project/helm-charts/blob/086c52202c5755d504c6c3462720a57a86cc8998/charts/opensearch-dashboards/values.yaml#L8 and [the function](https://github.com/opensearch-project/opensearch-build/blob/37870b4a96dbdc53f84eb1ad16db74b7d5a7c564/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-1.x.sh#L159) triggered...
Hi Team, We want to deploy the cluster with adding new interface like multus network to get high bandwidth better than the calico interface. Can any one please help us...
Hi Team, We are searching for open search curator helm chart cause the old one for elastic search is not compatible with open search cluster v2.x, if something like that...
**Describe the bug** When a keystore secret is configured and it does not have any entries, the shell script incorrectly attempts to import a non-existent file due to fileglobbing. **To...