-
Notifications
You must be signed in to change notification settings - Fork 568
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
Missing command - dependency update #26
Comments
@xeor Sounds reasonable! But out of curiosity, would you mind sharing me how do you separate uses between Can't you just transform your helmfile into a single umbrella helm chart so that perhaps you can just use |
This was only for my personal charts.. The umbrella is not that big, but I got multiple "umbrellacharts". |
@xeor Thanks for the clarification! I've iterated on your explanation and my current/possible use-cases of helmfile. Would it be good for you if |
cc/ @sstarcher Would you also be happy with this change? |
I could see this being useful for local file paths. It should detect it's going against a local filepath and run dep update. |
@sstarcher Thx for the response! How about just improving I'm curious about the usefulness of only running |
@xeor Would you mind giving this a test run? |
This merged is working but it's bringing a new issue. Previously, when you wanted to wait for the readiness of your pods, you just had to pass args flag with |
@fsilberstein Thanks for the good catch! Ah, so we seem to set helm extra args too early?. A PR would be much appreciated anyway. |
@mumoshu Exactly, we apply args too early, I just inverted the lines of code, that's all. My PR is ready for your review :) Thank you |
Closing this as resolved via #85. Thanks for the PR @fsilberstein! |
I just run into this accidentally, when my
|
If you only want to |
Yeah, I actually just realized |
I've started using
helmfile
, and after a couple of days of use, I am missing a way to dohelm dependency update
. Should it be a part of helmfile? And included insync
The text was updated successfully, but these errors were encountered: