I try to install signoz on my kubernetes cluster u...
# support
v
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
ensure you have the latest chart….
helm repo udpate
p
@vivesh bavesh you should add chart repository prior to running that command:
Copy code
helm repo add signoz <https://charts.signoz.io>