tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
204 stars 162 forks source link

`helm_resource` doesn't support `--version` #425

Closed nhomble closed 2 years ago

nhomble commented 2 years ago

I was trying to pin my remote helm chart to a specific version, but I could not find a parameter to set this value. To get around this, I had to fallback to helm_remote which has an explicit version field.

nicks commented 2 years ago

helm_resource has a flags arg, so you can pass additional flags to helm install.

https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource#helm_resource