openimsdk / helm-charts

helm charts repository for openim
https://openimsdk.github.io/helm-charts/
Apache License 2.0
14 stars 10 forks source link

Is the chart image library sure to exist? Open https://openim.github.io/helm-charts browser returns an error code. #7

Closed caesar168 closed 10 months ago

caesar168 commented 10 months ago

What would you like to share?

Is the chart image library sure to exist? Open https://openim.github.io/helm-charts browser returns an error code.helm repo add openim https://openim.github.io/helm-charts Error: looks like "https://openim.github.io/helm-charts" is not a valid chart repository or cannot be reached: Get "https://openim.github.io/helm-charts/index.yaml": read tcp 192.168.10.10:8492->185.199.108.153:443: read: connection reset by peer

Additional information

No response

caesar168 commented 10 months ago

excute:helm repo add openim https://openim.github.io/helm-charts Error: looks like "https://openim.github.io/helm-charts" is not a valid chart repository or cannot be reached: Get "https://openim.github.io/helm-charts/index.yaml": read tcp 192.168.10.10:8492->185.199.108.153:443: read: connection reset by peer

cubxxw commented 10 months ago

You haven't set up the repository as a charts repository yet. Please clone this repository, navigate to the specified directory, and then use helm install to deploy. Make sure to read the README document.