-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
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 deniedAlso 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 deniedIs it me only?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress