https://signoz.io logo
Title
v

vivesh bavesh

05/18/2023, 5:16 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

Pocho POV

05/18/2023, 4:24 PM
ensure you have the latest chart….
helm repo udpate
p

Prashant Shahi

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