-
Notifications
You must be signed in to change notification settings - Fork 335
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
Keep helm
go dependency in sync with helm
CLI version
#6165
Comments
Should we just do something like https://github.com/kumahq/kuma/blob/master/mk/dependencies/go-deps.sh#L11 ? Also I was thinking that potentially this version should be actually saved to the file as the lock file doesn't include |
Yes, we definitely should. But then we need to downgrade Helm in |
Ho how come? |
We use |
Ha ok. Where do we specify the minimum version of helm? |
We only do so implicitly by using |
|
Description
We use Helm in
kumactl
to render files and we also usehelm
to lint files during CI. These versions should be in sync. There can sometimes be changes to what's supported in templates between versions so the latter version must be the minimum Helm version our charts support!The text was updated successfully, but these errors were encountered: