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

**Is your feature request related to a problem? Please describe.** I think there ought to be liveness/readiness/startup probes for the opensearch statefulset and the opensearch-dashboards deployment. Currently the pods are...

enhancement

**Describe the bug** I want to configure the TLS certificate and deploy opensearch2.5.0 through help chart. The reference is https://opensearch.org/docs/2.5/install-and-configure/install-opensearch/helm/ . Now opensearch 2.5.0 is running, but if I want...

documentation
question

As part of the discussion around implementing an organization-wide testing policy, I am visiting each repo to see what tests they currently perform. I am conducting this work on GitHub...

enhancement

**Is your feature request related to a problem? Please describe.** Not a problem per say, but as described in the [OpenSearch Security Documentation](https://opensearch.org/docs/2.6/security/configuration/security-admin), when there are changes to any of...

enhancement
good first issue

Hi Team, We want to deploy the EKS cluster with https multi zone in same region. In helm charts what changes need to be change in values.yaml file. We added...

question

the `startupProbe` in the helm chart is only added if `readinessProbe` is defined, this is probably a simple copy&paste mistake: https://github.com/opensearch-project/helm-charts/blob/72078b10070c44e560f78119d79b3930e2013b79/charts/opensearch-dashboards/templates/deployment.yaml#L105-L110 for reference: for OpenSearch the content is just always...

bug

Hi guys, I'm not sure whether this is actually feature request for the helm charts, might I need to post it in https://github.com/opensearch-project/OpenSearch-Dashboards(?). Any help is appreciated! **Is your feature...

enhancement

**Is your feature request related to a problem? Please describe.** Deployment works great in a dual-stacked set-up, however, there is no way for me to set the ipFamilyPolicy to "preferDualStack"...

enhancement

**Describe the bug** I attempted to limit which plugins were loaded with OpenSearch Dashboards by using the plugins.installList key. The OpenSearch Dashboards pod failed to come up and displayed messages...

**Describe the bug** Rolebinding "{chart_name}-dashboards-rolebinding" references role "{chart_name}-dashboards" which does not exists. Helm install command sometimes fails with message "failed to create resource: roles.rbac.authorization.k8s.io "{chart_name}-dashboards" not found" **To Reproduce** Steps...

bug