solo-io / squash

The debugger for microservices
https://squash.solo.io
Apache License 2.0
1.74k stars 102 forks source link

0.5.2 docker image can not be pulled #136

Closed sanha closed 5 years ago

sanha commented 5 years ago

A similar problem that caused #130 recurs. The 0.5.2 squash docker image cannot be loaded. It seems that the path of the docker image is still broken.

When I deploy execute following command with squashctl version 0.5.2,

squashctl deploy squash
kubectl edit deployment -n squash-debugger

the image path in the deploy config was image: quay.io/solo-io/0.5.2:0.5.2. In my thought, it should be image: quay.io/solo-io/squash:0.5.2.

Please take a look!

mitchdraft commented 5 years ago

thanks for catching this @sanha , sorry about that!

mitchdraft commented 5 years ago

fixed with https://github.com/solo-io/squash/releases/tag/v0.5.3 thank you for reporting this!