This message was deleted.
# all-things-deployment
b
This message was deleted.
b
hi Karishma! I've seen issues like this before when the count of items doesn't align. I think this answer and thread may be helpful to you https://datahubspace.slack.com/archives/C029A3M079U/p1654701868283659?thread_ts=1653676101.255129&cid=C029A3M079U
also in the future would you mind putting long pieces of text/code as a reply to a top level thread post? it makes ensuring we get to questions easier and keeps our threads cleaner 🙂
c
Where I need to point my upgrade container to head ?
I am pointing to 0.8.38 tag
b
you can just swittch the image tag from "0.8.38" to "head"!
this will result in getting the most up to date datahub code
you can always switch it back too if you'd like
c
But I am using my upgrade image that it is present in Gitlab having tag as 0.8.38-linux
Can we use head instead of that ?
I tried pointing towards head but getting image pull back because it does not have head tag
b
hmm so what issue are you seeing? you can't point to head properly?
c
Actually from docker.io , I had pulled this upgrade image having tag 0.8.38 in my gitlab and then publish this image with 0.8.38 tag If I point to tag as head it will not find the image