Following the install guide, `hack/install.sh` attempts to deploy a non-existent tag
ryantate13 opened this issue · 2 comments
ryantate13 commented
The leads to an ImagePullBackoff
scenario for practodev/workerpodautoscaler:v1.0.0-beta
. Would be nice if we could either get the publish process to automatically update the files in /artifacts
to include the suffix on the image tag, or overwrite v1.0.0-beta
with the latest each time so the suffix-free tag would work.
alok87 commented
Thanks for reporting this, I will fix it.
alok87 commented
@ryantate13 I have pushed the image which was not pushed in dockerhub.
The process of updating the release version in deployment-template.yaml and README is manual at present. Keeping the issue open till we make it part of release.sh