helm-charts

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://itsmng.github.io/helm-charts
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>