You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
I see the following error while trying to install a chart from an artifactory helm repo chart.go:257] Error while downloading https://<artifactoryurl>/<path to chart zip> net/http: TLS handshake timeout
The artifactory repo is inside the company intranet and so is the cluster where swift is deployed.
the POST body looks like { "chart_url": "https://<url>", "values": { "raw": "****" }, "namespace": "****", "username": "*****", "password": "*****" }
I am able to install the app from the repo directly using helm.
Please let me know if you need more details
The text was updated successfully, but these errors were encountered:
I see the following error while trying to install a chart from an artifactory helm repo
chart.go:257] Error while downloading https://<artifactoryurl>/<path to chart zip> net/http: TLS handshake timeout
The artifactory repo is inside the company intranet and so is the cluster where swift is deployed.
the POST body looks like
{ "chart_url": "https://<url>", "values": { "raw": "****" }, "namespace": "****", "username": "*****", "password": "*****" }
I am able to install the app from the repo directly using helm.
Please let me know if you need more details
The text was updated successfully, but these errors were encountered: