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

Hi, Any idea as part of which release the following CVE's are gonna be addressed? [CVE-2024-29025](https://nvd.nist.gov/vuln/detail/CVE-2024-29025)  [CVE-2024-25710](https://nvd.nist.gov/vuln/detail/CVE-2024-25710)  [CVE-2024-26308](https://nvd.nist.gov/vuln/detail/CVE-2024-26308) [CVE-2021-28170](https://nvd.nist.gov/vuln/detail/CVE-2021-28170)

### Description It would add a prometheus serviceMonitor resource. ### Check List - [x] Commits are signed per the DCO using --signoff For any changes to files within Helm chart...

first-time-contributor

**Is your feature request related to a problem? Please describe.** I'd like to add for opensearch-dashboards Helm chart the ability to specify the service.protocol type through values.yaml, which is currently...

enhancement

**Describe the bug** Documentation seems incomplete, quite a few things are missing, like why vm.max_map_count causes issues. Almost all of the options in the documentation are left for the user...

bug

Hello, template contains hardcoded values: ``` args: - 'chown -R 1000:1000 /usr/share/opensearch/data' securityContext: runAsUser: 0 ``` `appVersion: "2.5.0"` https://github.com/opensearch-project/helm-charts/blob/6f61d16003ae9a2e336f71eb7a68fa7bff35e7f9/charts/opensearch/templates/statefulset.yaml#L230 This is incosistent with: ``` fsGroup: {{ .Values.fsGroup }} # Deprecated...

question

### Description This will allow users to specify the protocol for the service definition, which is currently hardcoded to TCP. Allows for better integration e.g. with Istio. ### Issues Resolved...

first-time-contributor

**Describe the bug** When deploying the helm Chart to a Kubernetes Cluster with setting the default Admin Password via the Environment Variable "OPENSEARCH_INITIAL_ADMIN_PASSWORD" and setting a custom securityConfig the Deployment...

bug

Hi Team, We want to deploy the opensearch cluster with different roles like master, data & clients pods in opensearch-2.11.0 version, but in the below link "https://github.com/opensearch-project/helm-charts/tree/main/charts/opensearch" we can able...

enhancement

Hello, In our GKE cluster, we would use Kubernetes Gateway to expose Opensearch service on VPC as described in https://cloud.google.com/kubernetes-engine/docs/how-to/secure-gateway#load-balancer-tls Add a possibility via `values.yaml` file to specify `spec.port[].appProtocol: https`...

enhancement