Skip to content

imesh-ai/imesh-platform-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

imesh-platform-helm-charts

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add imesh-agent https://charts.imesh.ai

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo imesh-agent to see the charts.

To install the cluster-agent chart:

helm install agent imesh-agent/cluster-agent --namespace imesh --create-namespace --set clusterAgent.env.agentToken="<agent_token>"

To uninstall the chart:

helm delete agent --namespace imesh