https://github.com/scale3-labs/langtrace-helm-chart
https://github.com/scale3-labs/langtrace-helm-chart
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scale3-labs/langtrace-helm-chart
- Owner: Scale3-Labs
- License: apache-2.0
- Created: 2024-06-14T09:28:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T19:41:04.000Z (over 1 year ago)
- Last Synced: 2025-07-10T17:33:57.165Z (about 1 year ago)
- Language: Smarty
- Size: 43.9 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart for Langtrace
Welcome to the Helm Chart for Langtrace. This chart is used to deploy Langtrace on Kubernetes.
## Install
> deploys everything in current namespace
```bash
helm repo add langtrace https://Scale3-Labs.github.io/langtrace-helm-chart
helm install my-langtrace langtrace/langtrace
```
## Other operations
### Upgrade the chart
```bash
helm upgrade my-langtrace langtrace/langtrace
```
### Refresh the repository
```bash
helm repo update langtrace
```
### Search of the chart version
```bash
helm search repo langtrace
```
### Uninstall the chart
```bash
helm uninstall my-langtrace
```
## Docs
For any additional information, please refer to the [Langtrace documentation](https://docs.langtrace.ai/hosting/overview)
## Support
> If you need help, please [reach out](https://docs.langtrace.ai/contact/contact-us) to us. We are happy to help you.