Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Docker hub is missing the image tag 0.2.0 #13

Open
drivard opened this issue Mar 11, 2021 · 4 comments
Open

Docker hub is missing the image tag 0.2.0 #13

drivard opened this issue Mar 11, 2021 · 4 comments

Comments

@drivard
Copy link

drivard commented Mar 11, 2021

Hi Guys,

Hope you are doing well.

I tried to update my current chart with the latest version 0.6.0 and I notice the pod was unable to instantiate itself.
After describing the pod I was seeing the following error:

Events:
  Type     Reason     Age              From               Message
  ----     ------     ----             ----               -------
  Normal   Scheduled  10s              default-scheduler  Successfully assigned secret-replicator/secret-replicator-664c7cd684-pt5lk to nodename
  Normal   Pulling    9s               kubelet            Pulling image "kiwigrid/secret-replicator:0.2.0"
  Warning  Failed     9s               kubelet            Failed to pull image "kiwigrid/secret-replicator:0.2.0": rpc error: code = Unknown desc = Error response from daemon: manifest for kiwigrid/secret-replicator:0.2.0 not found: manifest unknown: manifest unknown
  Warning  Failed     9s               kubelet            Error: ErrImagePull
  Normal   BackOff    8s (x2 over 9s)  kubelet            Back-off pulling image "kiwigrid/secret-replicator:0.2.0"
  Warning  Failed     8s (x2 over 9s)  kubelet            Error: ImagePullBackOff

The chart is referencing the imageTag 0.2.0 which doesn't exist on docker hub.

Is it possible to push the imageTag?

@jekkel
Copy link
Member

jekkel commented Mar 11, 2021

@rpahli any chance you're able to help?

@rpahli
Copy link
Collaborator

rpahli commented Mar 11, 2021

@drivard I will have a look into it. For a short fix can you use the latest tag it is the same as the 0.2.0 tag.

From our side there will be no further support for the secret-replicator. We are currently using:

kubed -> https://github.com/appscode/kubed
and
kubernetes-reflector -> https://github.com/emberstack/kubernetes-reflector

I recoment you to switch to one of this tools as the community behind is much bigger. :-)

@monotek
Copy link
Contributor

monotek commented Mar 11, 2021

I would suggest to set the repo to archived....

@drivard
Copy link
Author

drivard commented Mar 11, 2021

Thanks guys, I'll use the latest tag and I'll look into the two suggestions.

@jnodorp-jaconi jnodorp-jaconi mentioned this issue Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants