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

**Describe the bug** opensearch-dashboards.selectorLabels is defined, but never used. Instead the labels for `app` and `chart` are used. This makes the selector labels an outlier with the rest of the...

bug

**Is your feature request related to a problem? Please describe.** Chart for Data Prepper which can be used with the OpenSearch Helm Chart **Describe the solution you'd like** N/A **Describe...

enhancement

add tpl function to render securityconfig.yaml ``` {{- range $key, $val := .Values.securityConfig.config.data }} {{ $key }}: | {{- $val | nindent 4 }} ``` change to ``` {{- tpl...

enhancement
good first issue
hacktoberfest

**Describe the bug** There are some default plugin's system_indices missing in the OpenSearch/[values.yaml](https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml#L85), please see the security plugin's system_indices [list](https://github.com/opensearch-project/security/blob/main/tools/install_demo_configuration.sh#L389) **To Reproduce** Compare helm chart opensearch's value.yaml and security plugin's...

bug
good first issue

**Is your feature request related to a problem? Please describe.** Its frustrating that the OpenSearch API distinguishes between different cluster states (red/yellow/green) which makes liveness / readiness probes semantically useless...

enhancement

**Is your feature request related to a problem? Please describe.** When deploying Opensearch helm chart with latest 2.14.1 version, if I set rbac create to false and provide a serviceAccount...

enhancement
good first issue

I'm facing with the issue while integrating heartbeat v7.6.2 to opensearch v2.4.0. Also I'm thinking about what did I wrong and trying to check everything in the system. Right now...

enhancement
good first issue

Dear team, Official document let me know master node.roles below as https://opensearch.org/docs/latest/opensearch/cluster/ node.roles: [ cluster_manager ] By the way in the helm chart roles: - master - ingest - data...

bug
good first issue

I have setup of opensearch-dashboards, I'm able to view applications logs in opensearch-dashboards while access dashboard using http://ip:PORT/ However, when I add context path/basepath details in values.yaml file of opensearch-dashboard...

good first issue

**Describe the bug** imagePullPolicy is not defined for the busybox image used for fsgroup-volume init container. This makes it default to true and not work in an environment without internet....

bug
good first issue