Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glob:version-* do not match new images #600

Open
zaggash opened this issue Apr 20, 2021 · 3 comments · May be fixed by #745
Open

glob:version-* do not match new images #600

zaggash opened this issue Apr 20, 2021 · 3 comments · May be fixed by #745

Comments

@zaggash
Copy link

zaggash commented Apr 20, 2021

Hi, I hope someone could help me to troubleshoot my issue.
I spent too many hours in there, I need some help.

I have keel installed in my cluster.
Some images, ( one in particular for this example ) are set up with:

keel.sh/approvals: 1
keel.sh/policy: glob:version-*
keel.sh/pollSchedule: @every 6h
keel.sh/trigger: poll

The image is:

linuxserver/jackett:version-v0.17.886

On DockerHub, you can see new versions that should match and trigger an update but it doesn't:
version-v0.17.908

I tried to enable debug log, but I found nothing useful.
Only weird log with images trying to match un-relevant deployment:

time="2021-04-20T20:29:17Z" level=debug msg="provider.kubernetes.checkVersionedDeployment: keel policy found, checking resource..." kind=deployment name=autoscaler-app namespace=droneci policy=major
time="2021-04-20T20:29:17Z" level=debug msg="provider.kubernetes: checking image" image="drone/autoscaler:1.7.5" kind=deployment name=autoscaler-app namespace=droneci parsed_image_name="index.docker.io/drone/autoscaler:1.7.5" policy=major target_image_name=index.docker.io/linuxserver/sonarr target_tag=version-3.0.6.1196
time="2021-04-20T20:29:17Z" level=debug msg="provider.kubernetes: images do not match, ignoring" parsed_image_name="index.docker.io/drone/autoscaler:1.7.5" target_image_name=index.docker.io/linuxserver/sonarr
time="2021-04-20T20:29:17Z" level=debug msg="provider.kubernetes.checkVersionedDeployment: keel policy found, checking resource..." kind=deployment name=server-app namespace=droneci policy=major
time="2021-04-20T20:29:17Z" level=debug msg="provider.kubernetes: checking image" image="drone/drone:1.10.1" kind=deployment name=server-app namespace=droneci parsed_image_name="index.docker.io/drone/drone:1.10.1" policy=major target_image_name=index.docker.io/linuxserver/sonarr target_tag=version-3.0.6.1196
@rusenask
Copy link
Collaborator

rusenask commented Apr 23, 2021 via email

@zaggash
Copy link
Author

zaggash commented Apr 23, 2021

I can't, the images are not mine.

@derjohn
Copy link

derjohn commented Jun 30, 2021

Hmmmm ..... that could be same reason as in my issue #626 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants