Skip to content

docs: Update outdated Helm repository URL in README #247

Description

@pierreneter

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

  1. 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
  1. 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
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions