fix: promote chart version
1 file changed
tree: 031c5c18e1e16ac534dc50a42c28040733101b35
  1. .github/
  2. charts/
  3. .asf.yaml
  4. .gitignore
  5. .gitmodules
  6. LICENSE
  7. README.md
README.md

Apache Incubator DevLake Helm Chart

Thanks to @matrixji who initiated all content in apache/incubator-devlake, this repo is copied from directory deployment/helm in repo apache/incubator-devlake! Also thanks to @lshmouse, @shubham-cmyk and @SnowMoon-Dev for the contribution for devlake helm deployment.

Install

To install the chart with release name devlake:

helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
helm install devlake devlake/devlake

If you are using minikube inside your mac, please use the following command to forward the port:

kubectl port-forward service/devlake-ui  30090:4000

and open another terminal:

kubectl port-forward service/devlake-grafana  30091:3000

Then you can visit: config-ui by url http://YOUR-NODE-IP:30090 grafana by url http://YOUR-NODE-IP:30091

Update

helm repo update

Uninstall

To uninstall/delete the devlake release:

helm uninstall devlake

Original pr in apache/incubator-devlake

https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed