{"id":35360348,"url":"https://github.com/cagriekin/charts","last_synced_at":"2026-06-17T01:01:24.163Z","repository":{"id":323528357,"uuid":"1093612687","full_name":"cagriekin/charts","owner":"cagriekin","description":"Production-ready Helm charts for PostgreSQL (pgpool + repmgr), pgvector, Kafka (KRaft), and Redis","archived":false,"fork":false,"pushed_at":"2026-06-10T11:45:00.000Z","size":2089,"stargazers_count":3,"open_issues_count":71,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-10T12:05:11.907Z","etag":null,"topics":["helm","helm-charts","k8s","kafka","kraft","kubernetes","pgpool2","pgvector","postgresql","redis","repmgr"],"latest_commit_sha":null,"homepage":"https://cagriekin.github.io/charts/","language":"Shell","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/cagriekin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-11-10T15:52:38.000Z","updated_at":"2026-06-10T11:46:07.000Z","dependencies_parsed_at":"2026-05-22T09:24:05.616Z","dependency_job_id":null,"html_url":"https://github.com/cagriekin/charts","commit_stats":null,"previous_names":["cagriekin/charts"],"tags_count":196,"template":false,"template_full_name":null,"purl":"pkg:github/cagriekin/charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagriekin%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagriekin%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagriekin%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagriekin%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cagriekin","download_url":"https://codeload.github.com/cagriekin/charts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagriekin%2Fcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34429493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","k8s","kafka","kraft","kubernetes","pgpool2","pgvector","postgresql","redis","repmgr"],"created_at":"2026-01-02T00:01:44.735Z","updated_at":"2026-06-17T01:01:24.114Z","avatar_url":"https://github.com/cagriekin.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Helm Charts\n\nThis repository houses the Helm charts I rely on across several projects. Each chart sits in its own directory and follows the standard Helm project structure.\n\n## Repository Structure\n\n- `pg/` – Helm chart for deploying PostgreSQL with repmgr replication, optional ProxySQL for query routing, and Prometheus metrics exporter.\n- `pgvector/` – Helm chart for deploying a PostgreSQL cluster with pgvector, pgBouncer, HAProxy, and auxiliary resources.\n- `kafka/` – Helm chart for deploying Apache Kafka using KRaft mode, including controller and broker StatefulSets, SASL authentication, configurable topics, metrics exporter, secrets, and related Kubernetes resources.\n- `redis/` – Helm chart for deploying Redis, including configuration, persistence, and metrics where applicable.\n\n## Usage\n\nThe charts in this repository are published as a Helm repository backed by GitHub Pages and chart archives attached to GitHub releases.\n\n- **Add the Helm repository**\n\n```bash\nhelm repo add cagriekin-charts https://cagriekin.github.io/charts\nhelm repo update\n```\n\n- **Install a chart from the remote repo**\n\n```bash\nhelm install my-pg cagriekin-charts/pg -n your-namespace\nhelm install my-pgvector cagriekin-charts/pgvector -n your-namespace\nhelm install my-kafka cagriekin-charts/kafka -n your-namespace\nhelm install my-redis cagriekin-charts/redis -n your-namespace\n```\n\n- **Develop or test charts locally**\n\n```bash\nhelm lint ./pg\nhelm lint ./pgvector\nhelm lint ./kafka\nhelm lint ./redis\n```\n\n## Testing\n\nEach chart has a Kind-based integration test suite. Tests require [Kind](https://kind.sigs.k8s.io/) and [Helm](https://helm.sh/).\n\n```bash\n# Run full test suite for a chart (creates cluster, tests, deletes cluster)\nmake -C pg test\nmake -C kafka test\nmake -C redis test\n\n# Template/lint tests only (no cluster needed)\nmake -C pg test-template\nmake -C kafka test-template\nmake -C redis test-template\n```\n\nSee each chart's README for the full list of available test targets.\n\n## Contributing\n\n1. Make your changes in the appropriate chart directory.\n2. Update chart metadata (`Chart.yaml`) and documentation as needed.\n3. Run `make -C \u003cchart-folder\u003e test-template` to verify the chart before committing.\n4. Run `make -C \u003cchart-folder\u003e test` for full integration testing.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcagriekin%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcagriekin%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcagriekin%2Fcharts/lists"}