{"id":14156203,"url":"https://github.com/opensearch-project/helm-charts","last_synced_at":"2026-02-11T01:12:48.681Z","repository":{"id":37453103,"uuid":"393499763","full_name":"opensearch-project/helm-charts","owner":"opensearch-project","description":":wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.","archived":false,"fork":false,"pushed_at":"2025-12-18T03:15:24.000Z","size":687,"stargazers_count":201,"open_issues_count":178,"forks_count":275,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-12-21T13:04:00.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opensearch.org/docs/latest/opensearch/install/helm/","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensearch-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-06T20:49:51.000Z","updated_at":"2025-12-18T03:15:13.000Z","dependencies_parsed_at":"2023-02-06T06:30:29.857Z","dependency_job_id":"880bd6d1-0e09-430f-b927-1b8ca381b0f5","html_url":"https://github.com/opensearch-project/helm-charts","commit_stats":null,"previous_names":[],"tags_count":290,"template":false,"template_full_name":"amazon-archives/__template_Apache-2.0","purl":"pkg:github/opensearch-project/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensearch-project%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensearch-project%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensearch-project%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensearch-project%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensearch-project","download_url":"https://codeload.github.com/opensearch-project/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensearch-project%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29323983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-17T08:05:17.221Z","updated_at":"2026-02-11T01:12:48.657Z","avatar_url":"https://github.com/opensearch-project.png","language":"Smarty","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"\u003cimg src=\"https://opensearch.org/assets/brand/SVG/Logo/opensearch_logo_default.svg\" height=\"64px\"/\u003e\n\n- [OpenSearch Project Helm-Charts](#opensearch-project-helm-charts)\n- [Status](#status)\n- [Version and Branching](#version-and-branching)\n- [Installation](#installation)\n- [Change Logs](#change-logs)\n- [Contributing](#contributing)\n- [Getting Help](#getting-help)\n- [Code of Conduct](#code-of-conduct)\n- [Security](#security)\n- [License](#license)\n\n## OpenSearch Project Helm Charts\n\nA community repository for Helm Charts of OpenSearch Project.\n\n## Status\n\n[![Lint and Test Charts](https://github.com/opensearch-project/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/opensearch-project/helm-charts/actions/workflows/lint-test.yaml)\n [![Release Charts](https://github.com/opensearch-project/helm-charts/actions/workflows/release.yaml/badge.svg)](https://github.com/opensearch-project/helm-charts/actions/workflows/release.yaml)\n\n## Version and Branching\nAs of now, this helm-charts repository maintains these branches:\n* _main_ (Version is 3.x.x for both `version` and `appVersion` in `Chart.yaml`)\n* _2.x_ (Version is 2.x.x for both `version` and `appVersion` in `Chart.yaml`)\n* _1.x_ (Version is 1.x.x for both `version` and `appVersion` in `Chart.yaml`)\n* _gh-pages_ (Reserved branch for publishing helm-charts through github pages)\n\u003cbr\u003e\n\nContributors should choose the corresponding branch(es) when commiting their change(s):\n* If you have a change for a specific version, only open PR to specific branch\n* If you have a change for all available versions, first open a PR on `main`, then open a backport PR with `[backport 1.x]` in the title, with label `backport 1.x`, etc.\n* No changes should be commited to `gh-pages` by any contributor, as this branch should be only changed by github actions `chart-releaser`\n\n## Kubernetes Version Support\n* This helm-chart repository is tested with kubernetes version 1.19 and above\n\n## Installation\n\nTo install the OpenSearch Helm charts, execute the following commands:\n\n```shell\nhelm repo add opensearch https://opensearch-project.github.io/helm-charts/\nhelm repo update\n```\n\nOnce the charts repository reference is added, you can run the following command to see the charts.\n\n```shell\nhelm search repo opensearch\n```\n\nYou can now deploy charts with this command.\n\n```shell\nhelm install my-deployment opensearch/\u003cchart name\u003e\n```\n\nPlease see the `README.md` in the [OpenSearch](charts/opensearch) and [OpenSearch Dashboards](charts/opensearch-dashboards) directories for installation instructions.\n\n\n### Breaking Change \nFor OpenSearch Chart version 2.18.0 and App Version OpenSearch version 2.12.0 and above require a custom strong password to be provided in order to setup demo admin user during the first time cluster installation, without this password the cluster would not spin up, unless demo config install is disabled or the cluster security settings are handled by the user.\n\nNote: This won’t impact users who have already installed the cluster and created the security index. It only affects users starting a brand new cluster with OpenSearch version 2.12.0 and above.\n\nThe custom admin password can be supplied by adding the environment variable `OPENSEARCH_INITIAL_ADMIN_PASSWORD` in the `value.yml` as:\n```\nextraEnvs:\n  - name: OPENSEARCH_INITIAL_ADMIN_PASSWORD\n    value: \u003cstrong-password\u003e\n```\nor during the installation example as `helm install opensearch opensearch/opensearch --set extraEnvs[0].name=OPENSEARCH_INITIAL_ADMIN_PASSWORD,extraEnvs[0].value=$OPENSEARCH_INITIAL_ADMIN_PASSWORD`\n\n\n### Notes About Default Installation\n\nBy default, on startup, the `install_demo_configuration.sh` is run via the `opensearch-docker-entrypoint.sh` script if `DISABLE_INSTALL_DEMO_CONFIG` is not `true`.\n\nIf custom certificates are used and `allow_unsafe_democertificates` is set to `false` in the configuration, this can prevent pods from starting with the following error: `Demo certificates found but plugins.security.allow_unsafe_democertificates is set to false.`\n\nThis can be solved by adding an environment variable in the `value.yml`:\n```\nextraEnvs:\n  - name: DISABLE_INSTALL_DEMO_CONFIG\n    value: \"true\"\n```\n\n## Change Logs\n\nPlease review the [OpenSearch](charts/opensearch/CHANGELOG.md) and the\n[OpenSearch Dashboards](charts/opensearch-dashboards/CHANGELOG.md) change logs for the latest\nrelease details.\n\n## Contributing\n\nSee [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project](CONTRIBUTING.md).\n\n## Getting Help\n\nIf you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.\n\nFor more information, see [project website](https://opensearch.org/) and [documentation](https://opensearch.org/docs). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/).\n\n## Code of Conduct\n\nThis project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.\n\n## Security\n\nIf you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.\n\n## License\n\nThis project is licensed under the [Apache v2.0 License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensearch-project%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensearch-project%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensearch-project%2Fhelm-charts/lists"}