Description
The README documentation for Checkpointz currently points to an outdated and unreachable Helm repository URL (https://skylenet.github.io/ethereum-helm-charts). This causes a 404 Not Found error when users attempt to add the repository.
The repository has been migrated to the official ethPandaOps GitHub Pages URL: https://ethpandaops.github.io/ethereum-helm-charts.
Steps to Reproduce
- Run the command listed in the README:
# Add the outdated ethereum-helm-charts repository
helm repo add ethereum-helm-charts https://skylenet.github.io/ethereum-helm-charts
- Actual Behavior
The terminal returns the following error:
Error: looks like "https://skylenet.github.io/ethereum-helm-charts" is not a valid chart repository or cannot be reached: failed to fetch https://skylenet.github.io/ethereum-helm-charts/index.yaml : 404 Not Found
- Expected Behavior
The documentation should be updated to point to the correct and active Helm repository URL:
# Add the correct ethereum-helm-charts repository
helm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts
Description
The README documentation for Checkpointz currently points to an outdated and unreachable Helm repository URL (
https://skylenet.github.io/ethereum-helm-charts). This causes a404 Not Founderror when users attempt to add the repository.The repository has been migrated to the official ethPandaOps GitHub Pages URL:
https://ethpandaops.github.io/ethereum-helm-charts.Steps to Reproduce
# Add the outdated ethereum-helm-charts repository helm repo add ethereum-helm-charts https://skylenet.github.io/ethereum-helm-chartsThe terminal returns the following error:
The documentation should be updated to point to the correct and active Helm repository URL: