nova icon indicating copy to clipboard operation
nova copied to clipboard

Detect chart dependency updates

Open MrKrabat opened this issue 3 years ago • 6 comments

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.

MrKrabat avatar Nov 25 '21 07:11 MrKrabat

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

sudermanjr avatar Nov 29 '21 18:11 sudermanjr

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 avatar Aug 23 '22 20:08 dhduvall

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

dhduvall avatar Aug 23 '22 20:08 dhduvall

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

sudermanjr avatar Aug 24 '22 13:08 sudermanjr

@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.

26tanishabanik avatar Dec 09 '22 14:12 26tanishabanik