external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.6k stars 404 forks source link

unable to pull image "godaddy/kubernetes-external-secrets:6.0.0" #928

Closed harsha448 closed 2 years ago

harsha448 commented 2 years ago

Has been using the image from past 1 and half year ,started to see this issue from past few days

Failed to pull image "godaddy/kubernetes-external-secrets:6.0.0": rpc error: code = Unknown desc = Error response from daemon: pull access denied for godaddy/kubernetes-external-secrets, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Flydiverny commented 2 years ago

Hi!

Hopefully you are aware of the deprecation, but if not see

For the image in question, we do not control the godaddy organisation on docker hub and it looks like they have removed the kuberentes-external-secrets repository. The previous versions should have been mirrored to GHCR tho so you should be able to update your docker source to

ghcr.io/external-secrets/kubernetes-external-secrets:6.0.0

alternatively you should be able to switch godaddy for externalsecrets https://hub.docker.com/repository/docker/externalsecrets/kubernetes-external-secrets to keep going :) I would highly recommend moving to a newer version (and away from KES)

harsha448 commented 2 years ago

Hi Markus, Thanks for the reply..Im' able to pull image after updating my docker source