{"id":29016517,"url":"https://github.com/memgraph/helm-charts","last_synced_at":"2026-02-12T12:14:33.217Z","repository":{"id":182065701,"uuid":"667387809","full_name":"memgraph/helm-charts","owner":"memgraph","description":"Helm charts for deploying Memgraph, an open-source in-memory graph database.","archived":false,"fork":false,"pushed_at":"2025-06-05T08:47:23.000Z","size":411,"stargazers_count":19,"open_issues_count":11,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-05T09:38:13.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://memgraph.github.io/helm-charts/","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/memgraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-07-17T11:47:11.000Z","updated_at":"2025-06-05T08:46:52.000Z","dependencies_parsed_at":"2024-05-06T10:26:41.351Z","dependency_job_id":"e51fad09-ecc9-484f-9955-6fe6bfc32062","html_url":"https://github.com/memgraph/helm-charts","commit_stats":null,"previous_names":["memgraph/helm-charts"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/memgraph/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memgraph","download_url":"https://codeload.github.com/memgraph/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fhelm-charts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261962050,"owners_count":23236859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-06-25T22:30:32.134Z","updated_at":"2026-02-12T12:14:28.173Z","avatar_url":"https://github.com/memgraph.png","language":"Smarty","readme":"# Memgraph Helm Charts\n[![License: Apache-2.0](https://img.shields.io/github/license/memgraph/helm-charts)](https://github.com/memgraph/helm-charts/blob/main/LICENSE)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/memgraph)](https://artifacthub.io/packages/search?repo=memgraph)\n[![Docs](https://img.shields.io/badge/documentation-Memgraph-orange)](https://memgraph.com/docs/)\n\n\nWelcome to the Memgraph Helm Charts repository. This repository provides Helm charts for deploying Memgraph, an open-source in-memory graph database.\n\n## Available charts\n- [**Memgraph standalone**](#memgraph-standalone)\n- [**Memgraph Lab**](#memgraph-lab)\n- [**Memgraph high availability**](#memgraph-high-availability)\n\n## Prerequisites\nHelm version 3 or above installed.\n\n## Add the Helm repository\nAdd the Memgraph Helm chart repository to your local Helm setup by running the following command:\n\n```\nhelm repo add memgraph https://memgraph.github.io/helm-charts\n```\n\n## Update the repository\nMake sure to update the repository to fetch the latest Helm charts available:\n\n```\nhelm repo update\n```\n\n## Memgraph standalone\nDeploys standalone Memgraph.\nFor detailed information and usage instructions, please refer to the [chart's individual README file](./charts/memgraph/README.md).\n\nTo install the Memgraph standalone chart, run the following command:\n\n```\nhelm install my-release memgraph/memgraph\n```\nReplace `my-release` with a name of your choice for the release.\n\n\nOnce Memgraph is installed, you can access it using the provided services and endpoints. Refer to the [Memgraph documentation](https://memgraph.com/docs/memgraph/connect-to-memgraph) for details on how to connect to and interact with Memgraph.\n\nTo upgrade or uninstall a deployed Memgraph release, you can use the `helm upgrade` or `helm uninstall` commands, respectively. Refer to the [Helm documentation](https://helm.sh/docs/) for more details on these commands.\n\n## Memgraph lab\nDeploys Memgraph Lab.\nFor detailed information and usage instructions, please refer to the [chart's individual README file](./charts/memgraph-lab/README.md).\n\nTo install Memgraph Lab, run the following command:\n\n```\nhelm install my-release memgraph/memgraph-lab\n```\nReplace `my-release` with a name of your choice for the release.\n\n\nRefer to the [Data visualization in Memgraph Lab](https://memgraph.com/docs/data-visualization) for details on how to connect to and interact with Memgraph.\n\nTo upgrade or uninstall a deployed Memgraph release, you can use the `helm upgrade` or `helm uninstall` commands, respectively. Refer to the [Helm documentation](https://helm.sh/docs/) for more details on these commands.\n\n\n## Memgraph high availability\nDeploys high available Memgraph cluster, that includes two data instances and three coordinators.\n\nFor detailed information and usage instructions, please refer to the [chart's individual README file](./charts/memgraph-high-availability/README.md).\n\nTo install the chart, run the following command:\n\n```\nhelm install my-release memgraph/memgraph-high-availability --set env.MEMGRAPH_ENTERPRISE_LICENSE=\u003cyour-license\u003e,env.MEMGRAPH_ORGANIZATION_NAME=\u003cyour-organization-name\u003e\n```\nReplace `my-release` with a name of your choice for the release.\n\nThere are a few additional steps to make the cluster fully operational. Please take a look under the [Setting up the cluster](https://memgraph.com/docs/getting-started/install-memgraph/kubernetes#setting-up-the-cluster) docs section.\n\nOnce Memgraph cluster is up and running, you can access it using the provided services and endpoints. Refer to the [Memgraph documentation](https://memgraph.com/docs/memgraph/connect-to-memgraph) for details on how to connect to and interact with Memgraph.\n\nTo upgrade or uninstall a deployed Memgraph release, you can use the `helm upgrade` or `helm uninstall` commands, respectively. Refer to the [Helm documentation](https://helm.sh/docs/) for more details on these commands.\n\n## Docker Compose\n\nCreates HA Memgraph cluster with one command. The only thing you need to do is add your license details. Used bridged docker network for\ncommunication.\n\n\n## Contributing\nContributions are welcome! If you have any improvements, bug fixes, or new charts to add, please follow the contribution guidelines outlined in the [`CONTRIBUTING.md`](https://github.com/memgraph/helm-charts/blob/main/CONTRIBUTING.md) file. If you have questions and are unsure of how to contribute, please join our Discord server to get in touch with us.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://memgr.ph/join-discord\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white\" alt=\"Discord\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Debugging Memgraph Pods\n\nFind more details under [Debugging Running\nPods](https://memgraph.com/docs/database-management/debugging#debugging-running-pods)\ndocumentation section.\n\n## License\nThis repository is licensed under the [Apache 2.0 License](https://github.com/memgraph/helm-charts/blob/main/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemgraph%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Fhelm-charts/lists"}