postgres-operator
postgres-operator copied to clipboard
Registry returns 503 and 404 errors for Helm chart and container image endpoints
Attempting to access resources from the Crunchy Data Developer registry results:
❯ helm show values oci://registry.developers.crunchydata.com/crunchydata/pgo
Error: GET "https://registry.developers.crunchydata.com/v2/crunchydata/pgo/tags/list": unexpected status code 503: unavailable: service unavailable
❯ docker pull registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.5-2520
Error response from daemon: received unexpected HTTP status: 503 Service Unavailable
❯ curl -sLv https://registry.developers.crunchydata.com/crunchydata/pgo
* Host registry.developers.crunchydata.com:443 was resolved.
[...] # removed for brevity
* Connection #0 to host registry.developers.crunchydata.com left intact
{ "errors":[{"code":"404","message":"This container version is no longer available from the Crunchy Data Developer Program. For information on accessing these containers, please contact [email protected]." }]}%
Please advise if there has been a change in access policy or if this is a temporary outage.
This was the result of an issue with our upstream provider, which now appears to be resolved. Helm installation and image pulling should therefore now be working again.
However, if you continue to have trouble, please let us know.
Is it worth investigating alternative registries? like GHCR/Quay?