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

Detect chart dependency updates #63

Open
MrKrabat opened this issue Nov 25, 2021 · 5 comments
Open

Detect chart dependency updates #63

MrKrabat opened this issue Nov 25, 2021 · 5 comments
Labels
enhancement Adding additional functionality or improvements help wanted Extra attention is needed pinned Prevents stalebot from removing

Comments

@MrKrabat
Copy link

Is your feature request related to a problem? Please describe.
I want to know if helm chart dependencies have updates.

As an example, the helm chart bitnami/keycloak also deploys bitnami/postgresql as a dependency. The version tag version: 10.x.x allows postgresql to get updates.
https://github.com/bitnami/charts/blob/master/bitnami/keycloak/Chart.yaml

Describe the solution you'd like
A new output column that indicates whether dependency updates are available.

Describe alternatives you've considered
Maybe list the dependencies as a separate row.

@sudermanjr sudermanjr added the enhancement Adding additional functionality or improvements label Nov 29, 2021
@sudermanjr
Copy link
Member

@MrKrabat That's an interesting idea, thanks for sharing! This seems like it might be possible, so I have marked it as an enhancement.

@github-actions github-actions bot added the stale Marked as stale by stalebot label Jan 29, 2022
@github-actions github-actions bot closed this as completed Feb 6, 2022
@dhduvall
Copy link

I'd really love to see this, too. I have some private charts that are simply wrappers around public ones, and while I don't really need to be told about updates to the private ones, I do need to know when their public dependencies are out of date.

@dhduvall
Copy link

I can see that this would be a substantial change, though, since nova outputs Releases, and helm doesn't treat dependencies as Releases.

@sudermanjr sudermanjr reopened this Aug 24, 2022
@sudermanjr sudermanjr added pinned Prevents stalebot from removing help wanted Extra attention is needed and removed stale Marked as stale by stalebot labels Aug 24, 2022
@sudermanjr
Copy link
Member

Sounds like a valid use-case to me, I like it! Would happily support a community contribution on this too!

@sudermanjr sudermanjr changed the title Dependency updates Detect cahrt dependency updates Aug 24, 2022
@sudermanjr sudermanjr changed the title Detect cahrt dependency updates Detect chart dependency updates Aug 24, 2022
@26tanishabanik
Copy link

@sudermanjr , I would like to contribute to this issue, seems like a very interesting use-case.
It would be great, if you can point me in the right direction in the repo, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding additional functionality or improvements help wanted Extra attention is needed pinned Prevents stalebot from removing
Projects
None yet
Development

No branches or pull requests

4 participants