Skip to content

Helm Pull/Install Agent Registry Chart fails #340

@frivas-at-navteca

Description

@frivas-at-navteca

Can't get the chart. It seems to not be available publicly

→ helm pull oci://ghcr.io/agentregistry-dev/helm/agentregistry
Error: GET "https://ghcr.io/v2/agentregistry-dev/helm/agentregistry/tags/list": GET "https://ghcr.io/token?scope=repository%3Aagentregistry-dev%2Fhelm%2Fagentregistry%3Apull&service=ghcr.io": response status code 403: denied: requested access to the resource is denied

Also tried with

→ helm install agentregistry oci://ghcr.io/agentregistry-dev/helm/agentregistry \
  --namespace agentregistry \
  --create-namespace \
  --set database.host=postgres-pgvector.agentregistry.svc.cluster.local \
  --set database.password=agentregistry \
  --set database.sslMode=disable \
  --set config.jwtPrivateKey=$(openssl rand -hex 32)
Error: INSTALLATION FAILED: GET "https://ghcr.io/v2/agentregistry-dev/helm/agentregistry/tags/list": GET "https://ghcr.io/token?scope=repository%3Aagentregistry-dev%2Fhelm%2Fagentregistry%3Apull&service=ghcr.io": response status code 403: denied: requested access to the resource is denied

Is it me only?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions