artinnok opened a new issue, #959: URL: https://github.com/apache/apisix-helm-chart/issues/959
# Title Unable to add APISIX Helm repository: `apache.github.io` cannot be resolved # Description ## Problem Adding the APISIX Helm repo fails for both URLs: ```bash helm repo add apisix-dev https://charts.apiseven.com helm repo add apisix-dev https://apache.github.io/apisix-helm-chart ``` Error: ```text Error: looks like "..." is not a valid chart repository or cannot be reached: Get "https://apache.github.io/apisix-helm-chart/index.yaml": dial tcp: lookup apache.github.io: no such host ``` ## Expected behavior The Helm repository should be added successfully. ## Actual behavior Helm attempts to fetch: ```text https://apache.github.io/apisix-helm-chart/index.yaml ``` but DNS resolution for `apache.github.io` fails. ## Request Please confirm the correct APISIX Helm repository URL and whether the current one is outdated or broken. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
