https://github.com/metersphere/helm-chart
https://github.com/metersphere/helm-chart
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metersphere/helm-chart
- Owner: metersphere
- License: gpl-3.0
- Created: 2020-08-21T07:06:35.000Z (about 5 years ago)
- Default Branch: v3.x
- Last Pushed: 2025-01-22T11:06:04.000Z (9 months ago)
- Last Synced: 2025-01-22T12:21:47.842Z (9 months ago)
- Language: Smarty
- Size: 214 KB
- Stars: 27
- Watchers: 8
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
用于部署 [MeterSphere](https://github.com/metersphere/metersphere) 的 Helm Chart
## 使用指引
```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metersphere https://metersphere.github.io/helm-chart/
helm repo update # 从 chart 仓库中更新本地可用chart的信息
helm dependency update #更新依赖包
helm install metersphere metersphere/metersphere3 --namespace=ms --create-namespace
```## 问题反馈
如果您在使用过程中遇到什么问题,或有进一步的需求需要反馈,请提交 GitHub Issue 到 [MeterSphere 项目的主仓库](https://github.com/metersphere/metersphere/issues)