GitPedia

Helm charts

charts used for kubernetes deployment

From zopdevΒ·Updated June 19, 2026Β·View on GitHubΒ·

Helm Charts : An Extensive Collection of Helm Charts for Datastores & Applications The project is written primarily in Go Template, distributed under the Apache License 2.0 license, first published in 2024. It has gained significant community traction with 1,087 stars and 16 forks on GitHub. Key topics include: helm, helm-charts, kubernetes, kubernetes-deployment.

<p align="center"> <img src="https://zop.dev/resources/cdn/newsletter/zopdev-transparent-logo.png" alt="zop.dev Logo" width="200"> </p> <h2 align="center">Helm Charts : An Extensive Collection of Helm Charts for Datastores & Applications</h2> <p align="center"> <a href="./LICENSE"> <img src="https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge" alt="Apache 2.0 License"> </a> <a href="./CONTRIBUTING.md"> <img src="https://img.shields.io/badge/Contribute-Guide-orange?style=for-the-badge" alt="Contributing"> </a> </p>

🎯 Goal

The 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.


πŸ’‘ Key Features

  1. Zero Configuration Required:
    Charts deploy with default valuesβ€”no manual configuration is needed to get started.
  2. Explicit Override Options:
    Users can override selected parameters through a dedicated values.yaml with a corresponding values.schema.json that marks user-modifiable fields with "mutable": true.
  3. Automatic Integration:
    Every chart includes a required metadata annotation (type: datasource or type: application), ensuring automatic reflection in the zop.dev Applications and Datasources section.
  4. Scalability & Flexibility:
    Designed to adapt to various production workloads with ease.

πŸš€ Getting Started

Prerequisites

  • Helm: Ensure Helm is installed.
  • Kubernetes: Access to a running Kubernetes cluster.

Installation

To add the zop.dev repository and install a chart, run:

bash
helm repo add zop https://helm.zop.dev helm install <release-name> zop/<chartname>

Examples

Deploying an Application Chart:

bash
helm repo add zop https://helm.zop.dev helm install my-app zop/service

Overriding Values:

To customize certain values that are marked mutable, provide a custom values.yaml:

bash
helm install my-app zop/service -f values.yaml

Upgrading & Uninstalling:

Upgrade an existing release:

bash
helm upgrade my-app zop/service --set ingress.enabled=true

Uninstall a release:

bash
helm uninstall my-app

Verify your deployments:

bash
helm list

πŸ“‚ Available Charts

Below is a list of available charts along with their links:

  1. DATASOURCES
NameLinkMetrics
MySQLhelm.zop.dev/mysqlβœ…
PostgreSQLhelm.zop.dev/postgresβœ…
MariaDBhelm.zop.dev/mariadbβœ…
Redishelm.zop.dev/redisβœ…
SurrealDBhelm.zop.dev/surrealdb
Dgraphhelm.zop.dev/dgraph
Solrhelm.zop.dev/solrβœ…
OpenTSDBhelm.zop.dev/opentsdb
ChromaDBhelm.zop.dev/chromadb
Cassandrahelm.zop.dev/cassandra
CockroachDBhelm.zop.dev/cockroachdb
ClickHousehelm.zop.dev/clickhouseβœ…
Kafkahelm.zop.dev/kafkaβœ…
RedisDistributedhelm.zop.dev/redisdistributedβœ…
SolrCloudhelm.zop.dev/solrcloud
  1. APPLICATIONS
NameLink
JupyterHubhelm.zop.dev/jupyterhub
Outlinehelm.zop.dev/outline
Supersethelm.zop.dev/superset
WordPresshelm.zop.dev/wordpress
  1. OTHERS
NameLinkMetrics
Cron-Jobhelm.zop.dev/cron-jobβœ…
Servicehelm.zop.dev/serviceβœ…

πŸ“Š Metrics Export - All charts that support metrics expose them on port 2121 by default.


πŸ‘ Contribute

We welcome contributions to improve and expand our Helm charts. To contribute please refer to the CONTRIBUTING.md file.


πŸ”’ License

This project is licensed under the Apache 2.0 License.


πŸ“£ Stay Connected

For updates and support, visit the zop.dev website or join our community discussions.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub β†’

This article is auto-generated from zopdev/helm-charts via the GitHub API.Last fetched: 6/22/2026