https://signoz.io logo
Title
v

vivesh bavesh

05/18/2023, 5:18 AM
I try to install signoz on my kubernetes cluster using helm chart helm --namespace platform install my-release signoz/signoz -- using these command after adding repo to helm Getting error :- Error: INSTALLATION FAILED: repo signoz not found
p

Prashant Shahi

05/19/2023, 11:55 AM
@vivesh bavesh you should add chart repository prior to running that command:
helm repo add signoz <https://charts.signoz.io>