https://github.com/cosmo-tech/helm-charts
Helm Chart repository
https://github.com/cosmo-tech/helm-charts
devops devops-tools
Last synced: about 1 month ago
JSON representation
Helm Chart repository
- Host: GitHub
- URL: https://github.com/cosmo-tech/helm-charts
- Owner: Cosmo-Tech
- License: mit
- Created: 2022-09-01T07:54:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T10:21:15.000Z (about 2 months ago)
- Last Synced: 2026-02-19T14:26:43.493Z (about 2 months ago)
- Topics: devops, devops-tools
- Language: Go Template
- Homepage: https://cosmo-tech.github.io/helm-charts/
- Size: 1.97 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cosmo Tech Helm Charts
This repository contains the Cosmo Tech helm charts for deploying various components of the Cosmo Tech Platform.
## Charts
- [Cosmo Tech API](charts/cosmotech-api)
- [Cosmo Tech Business Webapp](charts/cosmotech-business-webapp)
- [Cosmo Tech Copilot API](charts/cosmotech-copilot-api)
- [Cosmo Tech Modeling API](charts/cosmotech-modeling-api)
## Installation
Add the helm repository and update:
```bash
helm repo add cosmotech https://cosmo-tech.github.io/helm-charts/
helm repo update
```
Deploy chart:
```bash
helm install mychartname cosmotech/chartname --version X.Y.Z
```
## License
