-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
@MrKrabat That's an interesting idea, thanks for sharing! This seems like it might be possible, so I have marked it as an enhancement. |
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. |
I can see that this would be a substantial change, though, since |
Sounds like a valid use-case to me, I like it! Would happily support a community contribution on this too! |
@sudermanjr , I would like to contribute to this issue, seems like a very interesting use-case. |
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.
The text was updated successfully, but these errors were encountered: