Skip to content

itsmng/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages