Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.05 KB

ITSM-NG is a GLPI fork with the objective of offering a strong community component and relevant technological choices.

Some Links

Get the Chart

Add Helm repository

helm repo add itsmng https://chart.itsm-ng.org
helm repo update

Retrieve the values.yaml

wget https://raw.githubusercontent.com/itsmng/helm-charts/master/values.yaml

Installing the Chart

helm -n <namespace> install <release_name> itsmng/itsm-ng -f ./values.yaml --create-namespace

Upgrading the Chart

helm -n <namespace> upgrade <release_name> itsmng/itsm-ng -f ./values.yaml

Uninstalling the Chart

helm uninstall -n <namespace> <release_name>
kubectl delete ns <namespace>