Closed sanha closed 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.
image: quay.io/solo-io/0.5.2:0.5.2
image: quay.io/solo-io/squash:0.5.2
Please take a look!
thanks for catching this @sanha , sorry about that!
fixed with https://github.com/solo-io/squash/releases/tag/v0.5.3 thank you for reporting this!
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,
the image path in the deploy config was
image: quay.io/solo-io/0.5.2:0.5.2
. In my thought, it should beimage: quay.io/solo-io/squash:0.5.2
.Please take a look!