Title
Unable to add APISIX Helm repository: apache.github.io cannot be resolved
Description
Problem
Adding the APISIX Helm repo fails for both URLs:
helm repo add apisix-dev https://charts.apiseven.com
helm repo add apisix-dev https://apache.github.io/apisix-helm-chart
Error:
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:
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.
Title
Unable to add APISIX Helm repository:
apache.github.iocannot be resolvedDescription
Problem
Adding the APISIX Helm repo fails for both URLs:
Error:
Expected behavior
The Helm repository should be added successfully.
Actual behavior
Helm attempts to fetch:
but DNS resolution for
apache.github.iofails.Request
Please confirm the correct APISIX Helm repository URL and whether the current one is outdated or broken.