You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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:
The chart is referencing the imageTag 0.2.0 which doesn't exist on docker hub.
Is it possible to push the imageTag?
The text was updated successfully, but these errors were encountered: