{"id":43857089,"url":"https://github.com/zopdev/helm-charts","last_synced_at":"2026-03-05T07:11:12.149Z","repository":{"id":258555821,"uuid":"870262211","full_name":"zopdev/helm-charts","owner":"zopdev","description":"charts used for kubernetes deployment","archived":false,"fork":false,"pushed_at":"2026-01-28T11:24:53.000Z","size":3696,"stargazers_count":1140,"open_issues_count":17,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T23:44:26.866Z","etag":null,"topics":["helm","helm-charts","kubernetes","kubernetes-deployment"],"latest_commit_sha":null,"homepage":"","language":"Go Template","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/zopdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-09T18:10:54.000Z","updated_at":"2026-01-28T11:24:56.000Z","dependencies_parsed_at":"2024-11-19T19:36:24.246Z","dependency_job_id":"4dd9cdb0-6ea5-457d-a83a-739f20046bec","html_url":"https://github.com/zopdev/helm-charts","commit_stats":null,"previous_names":["zopdev/helm-charts"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/zopdev/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zopdev","download_url":"https://codeload.github.com/zopdev/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29156899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["helm","helm-charts","kubernetes","kubernetes-deployment"],"created_at":"2026-02-06T09:28:20.864Z","updated_at":"2026-02-06T09:28:22.784Z","avatar_url":"https://github.com/zopdev.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://zop.dev/resources/cdn/newsletter/zopdev-transparent-logo.png\" alt=\"zop.dev Logo\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eHelm Charts : An Extensive Collection of Helm Charts for Datastores \u0026 Applications\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge\" alt=\"Apache 2.0 License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./CONTRIBUTING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Contribute-Guide-orange?style=for-the-badge\" alt=\"Contributing\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🎯 **Goal**\n\nThe zop.dev Helm Charts repository is designed to **simplify the deployment and management** of popular datastores and applications on Kubernetes. With pre-configured charts that work out-of-the-box and allow for explicit overrides, our goal is to streamline operations and integrate seamlessly with the zop.dev ecosystem.\n\n---\n\n## 💡 **Key Features**\n\n1. **Zero Configuration Required:**  \n   Charts deploy with default values—no manual configuration is needed to get started.\n2. **Explicit Override Options:**  \n   Users can override selected parameters through a dedicated `values.yaml` with a corresponding `values.schema.json` that marks user-modifiable fields with `\"mutable\": true`.\n3. **Automatic Integration:**  \n   Every chart includes a required metadata annotation (`type: datasource` or `type: application`), ensuring automatic reflection in the zop.dev Applications and Datasources section.\n4. **Scalability \u0026 Flexibility:**  \n   Designed to adapt to various production workloads with ease.\n\n---\n\n## 🚀 **Getting Started**\n\n### **Prerequisites**\n- **Helm:** Ensure [Helm](https://helm.sh/docs/intro/install/) is installed.\n- **Kubernetes:** Access to a running Kubernetes cluster.\n\n### **Installation**\n\nTo add the zop.dev repository and install a chart, run:\n\n```bash\nhelm repo add zop https://helm.zop.dev\nhelm install \u003crelease-name\u003e zop/\u003cchartname\u003e\n```\n\n---\n\n### **Examples**\n\n### **Deploying an Application Chart:**\n\n  ```bash\n  helm repo add zop https://helm.zop.dev\n  helm install my-app zop/service\n  ```\n\n### **Overriding Values:**\n\n  To customize certain values that are marked mutable, provide a custom `values.yaml`:\n\n  ```bash\n  helm install my-app zop/service -f values.yaml\n  ```\n\n### **Upgrading \u0026 Uninstalling:**\n\n  Upgrade an existing release:\n\n  ```bash\n  helm upgrade my-app zop/service --set ingress.enabled=true\n  ```\n\n###  Uninstall a release:\n\n  ```bash\n  helm uninstall my-app\n  ```\n\n###  Verify your deployments:\n\n  ```bash\n  helm list\n  ```\n\n---\n\n\n## 📂 **Available Charts**\n\nBelow is a list of available charts along with their links:\n\n1. **DATASOURCES**\n\n| **Name**             | **Link**                                                               | **Metrics** |\n|----------------------|------------------------------------------------------------------------|-------------|\n| **MySQL**            | [helm.zop.dev/mysql](https://helm.zop.dev/mysql)                       | ✅           |\n| **PostgreSQL**       | [helm.zop.dev/postgres](https://helm.zop.dev/postgres)                 | ✅           |\n| **MariaDB**          | [helm.zop.dev/mariadb](https://helm.zop.dev/mariadb)                   | ✅           |\n| **Redis**            | [helm.zop.dev/redis](https://helm.zop.dev/redis)                       | ✅           |\n| **SurrealDB**        | [helm.zop.dev/surrealdb](https://helm.zop.dev/surrealdb)               |             |\n| **Dgraph**           | [helm.zop.dev/dgraph](https://helm.zop.dev/dgraph)                     |             |\n| **Solr**             | [helm.zop.dev/solr](https://helm.zop.dev/solr)                         | ✅           |\n| **OpenTSDB**         | [helm.zop.dev/opentsdb](https://helm.zop.dev/opentsdb)                 |             |\n| **ChromaDB**         | [helm.zop.dev/chromadb](https://helm.zop.dev/chromadb)                 |             |\n| **Cassandra**        | [helm.zop.dev/cassandra](https://helm.zop.dev/cassandra)               |             |\n| **CockroachDB**      | [helm.zop.dev/cockroachdb](https://helm.zop.dev/cockroachdb)           |             |\n| **Kafka**            | [helm.zop.dev/kafka](https://helm.zop.dev/kafka)                       | ✅           |\n| **RedisDistributed** | [helm.zop.dev/redisdistributed](https://helm.zop.dev/redisdistributed) | ✅           |\n| **SolrCloud**        | [helm.zop.dev/solrcloud](https://helm.zop.dev/solrcloud)               |             |\n\n\n2. **APPLICATIONS**\n\n| **Name**       | **Link**                                                   |\n|----------------|------------------------------------------------------------|\n| **JupyterHub** | [helm.zop.dev/jupyterhub](https://helm.zop.dev/jupyterhub) |\n| **Outline**    | [helm.zop.dev/outline](https://helm.zop.dev/outline)       |\n| **Superset**   | [helm.zop.dev/superset](https://helm.zop.dev/superset)     |\n| **WordPress**  | [helm.zop.dev/wordpress](https://helm.zop.dev/wordpress)   |\n\n\n3. **OTHERS**\n\n| **Name**     | **Link**                                               | **Metrics** |\n|--------------|--------------------------------------------------------|-------------|\n| **Cron-Job** | [helm.zop.dev/cron-job](https://helm.zop.dev/cron-job) | ✅           |\n| **Service**  | [helm.zop.dev/service](https://helm.zop.dev/service)   | ✅           |\n\n\n📊 **Metrics Export** - All charts that support metrics expose them on port 2121 by default.\n\n---\n\n## 👍 **Contribute**\n\nWe welcome contributions to improve and expand our Helm charts. To contribute please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n---\n\n## 🔒 **License**\n\nThis project is licensed under the [Apache 2.0 License](./LICENSE).\n\n---\n\n## 📣 **Stay Connected**\n\nFor updates and support, visit the [zop.dev website](https://helm.zop.dev) or join our community discussions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopdev%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzopdev%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopdev%2Fhelm-charts/lists"}