Skip to content

fix: es-diagnostics image tag

Steve Xuereb requested to merge fix/es-diagnostics into master

What

Update the image tag to an existing one

$ docker pull registry.ops.gitlab.net/gitlab-com/gl-infra/es-diagnostics:e6a7f5b9
e6a7f5b9: Pulling from gitlab-com/gl-infra/es-diagnostics
9621f1afde84: Pull complete
9eab23229a83: Pull complete
73c56d407b51: Pull complete
3a64b087a5f8: Pull complete
813ae152e53d: Pull complete
4a696f42f6c6: Pull complete
d250b758dc4f: Pull complete
f2f99c7f1a8e: Pull complete
Digest: sha256:893d0558fed7abcce30999079144005cfc92c937be6c60a1bcdf6e533bc9c6cb
Status: Downloaded newer image for registry.ops.gitlab.net/gitlab-com/gl-infra/es-diagnostics:e6a7f5b9
registry.ops.gitlab.net/gitlab-com/gl-infra/es-diagnostics:e6a7f5b9

Why

f7cdfcb6 is not a valid tag so it fails to pull the image as we can see below in the current state of the deployment

$ kubectl -n es-diagnostics get po
NAME                                        READY   STATUS             RESTARTS   AGE
es-diagnostics-27706310-cblgv               0/1     ImagePullBackOff   0          2d19h

$ kubectl -n es-diagnostics describe po/es-diagnostics-27706310-cblgv
Events:
  Type    Reason   Age                        From     Message
  ----    ------   ----                       ----     -------
  Normal  BackOff  2m55s (x17781 over 2d19h)  kubelet  Back-off pulling image "registry.ops.gitlab.net/gitlab-com/gl-infra/es-diagnostics:f7cdfcb6"

Signed-off-by: Steve Azzopardi sazzopardi@gitlab.com

Merge request reports