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

I'm deploying an opensearch cluster on gke using the helm charts. I'm currently facing this problem where my Ingress is failing bcs the load balancer gke deploys requires a healthcheck...

good first issue

**Describe the bug** It is more like a lack of documentation I guess. It is a common scenario, I want to spin-up this Helm chart locally, for testing purposes and...

enhancement
good first issue

**Describe the bug** After trying to create opensearch container in OpenShift(OKD cluster) had an error: Warning Failed 95m (x1075 over 5h38m) kubelet (combined from similar events): Error: container create failed:...

bug

Is there a way to override `opensearch.yml` without having to change the configuration section that is provided inline within the `values.yaml` ? I fear if I change that inline or...

enhancement

**Describe the bug** Hello everyone, I've deployed Opensearch trying to modify `config.yml` via Helm chart, to add openId connect. Thing is, no matter how I do it, my conf doesn't...

bug

opensearch_dashboards.yml contains values like opensearch.password or opensearch_security.openid.client_secret which should be stored in Secrets rather than ConfigMaps. ### Description Because opensearch_dashboards.yml may contain secret values like opensearch.password or opensearch_security.openid.client_secret, it should...

first-time-contributor

I installed OS multinode using Helm having version: 2.6.0. **Data node is not getting added to the Opensearch Cluster**: `curl -XGET https://localhost:9200/_cat/nodes -u 'admin:admin' --insecure`. yaml files for data, client...

bug

**Describe the bug** When I set the readOnlyRootFilesystem key to 'true', the OpenSearch pods cannot be started. The following messages appear in the pod log: > Disabling execution of install_demo_configuration.sh...

enhancement
good first issue
question

**Describe the bug** OpenSearch 2.11 is running in Kubernetes with 3 pods, pretty vanilla installation with the latest Helm Chart 2.17.0. The pods terminate ungracefully (e.g., through a blackout of...

bug

**Describe the bug** Helm charts keys can use the value "null" to indicate that the key should not be set at all. I tried to set the `global.dockerRegistry` key in...

bug