helm repo add signoz <https://charts.signoz.io> Er...
# support
s
helm repo add signoz https://charts.signoz.io Error: looks like "https://charts.signoz.io" is not a valid chart repository or cannot be reached: Get "https://charts.signoz.io/index.yaml": dial tcp xxx.xxx:x:xx i/o timeout Error: looks like "https://charts.signoz.io" is not a valid chart repository or cannot be reached: Get "https://charts.signoz.io/index.yaml": dial tcp xxx.xxx.xxx.xxx:x:xx connect: no route to host
v
@Prashant Shahi ^^
p
can you retry the command? Does the issue still persist?
s
yes
p
can you check if your machine is not behind any firewall or VPN which might be blocking it? Is the same happening for the following command?
Copy code
helm repo add signoz <https://signoz.github.io/charts>
s
Hi @Prashant Shahi, i have tried the same command after some time. it worked Thanks
p
Good to hear that