https://github.com/icoretech/helm
📦 iCoreTech Helm Charts
https://github.com/icoretech/helm
airbroke browserless chatgpt-plugin codex helm-charts mcp metamcp multica nextjs pgbouncer tolgee
Last synced: 8 days ago
JSON representation
📦 iCoreTech Helm Charts
- Host: GitHub
- URL: https://github.com/icoretech/helm
- Owner: icoretech
- Created: 2023-05-13T13:46:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-13T09:47:11.000Z (12 days ago)
- Last Synced: 2026-06-13T11:27:13.698Z (11 days ago)
- Topics: airbroke, browserless, chatgpt-plugin, codex, helm-charts, mcp, metamcp, multica, nextjs, pgbouncer, tolgee
- Language: Python
- Homepage: https://icoretech.github.io/helm/
- Size: 1.93 MB
- Stars: 17
- Watchers: 3
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iCoreTech Helm Charts Repository
[](https://artifacthub.io/packages/search?repo=icoretech)
Welcome to the iCoreTech Helm Charts repository! This repository hosts a collection of Helm charts for various applications and utilities to streamline your Kubernetes deployments.
## Available Charts
For detailed information on the individual charts and their usage, please navigate to the [charts](https://github.com/icoretech/helm/tree/main/charts) subdirectory.
- [Airbroke](https://icoretech.github.io/helm/charts/airbroke): A modern, React-based open-source error catcher web application.
- [PgBouncer](https://icoretech.github.io/helm/charts/pgbouncer): A lightweight connection pooler for PostgreSQL.
- [Next.js](https://icoretech.github.io/helm/charts/nextjs): Generic, no-database Helm chart for Next.js standalone apps.
- [MetaMCP](https://icoretech.github.io/helm/charts/metamcp): MetaMCP aggregator + declarative provisioning of MCP servers (STDIO/HTTP/SSE), namespaces, and endpoints.
- [Browserless](https://icoretech.github.io/helm/charts/browserless): Browserless v2 chart with token enforcement and multi-browser image presets for browser automation workloads.
- [Codex Pooler](https://icoretech.github.io/helm/charts/codex-pooler): Self-hosted gateway for sharing Codex account capacity across trusted agents and tools.
- [Codex LB](https://icoretech.github.io/helm/charts/codex-lb): ChatGPT / OpenAI account-pool proxy with PostgreSQL support, OAuth onboarding flow, and dashboard/API routing.
- [Tolgee](https://icoretech.github.io/helm/charts/tolgee): Tolgee Platform chart with optional bundled PostgreSQL, external DB mode, and Gateway API/Ingress support.
- [Multica](https://icoretech.github.io/helm/charts/multica): Managed agents platform chart with backend/frontend services, PostgreSQL wiring, upload storage, and Gateway API/Ingress support.
## Deprecated Charts
- [ChatGPT Retrieval Plugin](https://icoretech.github.io/helm/charts/chatgpt-retrieval-plugin): DEPRECATED — This Helm chart is no longer maintained and will not be supported in the foreseeable future. Do not use it for new deployments.
- [Inngest Server](https://icoretech.github.io/helm/charts/inngest-server): DEPRECATED — This Helm chart is deprecated because an official Inngest Helm chart is available. Avoid new deployments and plan to migrate to the [official chart](https://github.com/inngest/inngest-helm.).
## Getting Started
To use the iCoreTech Helm charts, you can add the iCoreTech Helm repository to your local Helm setup:
```shell
helm repo add icoretech https://icoretech.github.io/helm
helm repo update
```
Once you have added the repository, you can browse and search for charts using the [Artifact Hub](https://artifacthub.io/packages/search?repo=icoretech) or the Helm CLI.
## Contributing
If you encounter any issues or have suggestions for improvements, please feel free to open an issue on the [GitHub repository](https://github.com/icoretech/helm). Contributions in the form of bug reports, feature requests, or pull requests are always welcome!
## License
The Helm charts in this repository are released under the MIT License. Please review the specific license for each chart in their respective subdirectories.
Happy Helm charting!