keel icon indicating copy to clipboard operation
keel copied to clipboard

Keel fails to update image tagged with git sha

Open edbergavera opened this issue 3 years ago • 0 comments

I deployed the latest Keel following Helm v3 instructions. Our images are built with CicleCI and pushed to Docker Hub with the image tag pattern build-<git sha1>. I have the following annotations:

annotations:
   keel.sh/policy: glob:build-*
   keel.sh/trigger: poll

I could see the logs that it's tracking the image changes:

keel-7d66d7d4-pnvlh keel time="2021-11-18T02:23:39Z" level=info msg="trigger.poll.RepositoryWatcher: new watch tag digest job added" digest="sha256:d0321e657be35a83977803ea8120de1e3ee4e9af44926e094ce5c9e7c5bc0d81" image="beee/auditcore:build-2daffc25b9585dc65b956360a1b174b00e6d1161" job_name="index.docker.io/beee/auditcore:build-2daffc25b9585dc65b956360a1b174b00e6d1161" schedule="@every

But this doesn't seem to work though. The updated image is not being pulled from Docker Hub.

edbergavera avatar Nov 18 '21 02:11 edbergavera