Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Account for tag filter when showing available versions #4

Open
timja opened this issue Aug 16, 2019 · 2 comments
Open

Account for tag filter when showing available versions #4

timja opened this issue Aug 16, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@timja
Copy link

timja commented Aug 16, 2019

We set a tag filter in flux for prod-*
But if I view the UI here I see tags i'm not interested in:

image

@idobry idobry added the help wanted Extra attention is needed label Aug 16, 2019
@idobry
Copy link
Owner

idobry commented Aug 16, 2019

This is not how Flux's api /api/flux/v10/images?namespace works.
When you deploy Flux into your cluster, Flux is listing all of the running containers regardless to your infra git. The same logic goes with list-images api - Flux is scanning all of the available tags in the repository regardless of your filter annotations.

We should investigate more how we can get from Flux the filter list and applied them.

BTW, I recognized your account, we are using your jenkins-slack plugin ❤️

@idobry
Copy link
Owner

idobry commented Aug 16, 2019

I think we can add one more filter input for the tag column as well (we have one for filter workload).
I'm not quite sure that's good UX but that should do the trick without complexity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants