tilt-dev / tilt-extensions

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

helm_resource: version #487

Closed kplimack closed 1 year ago

kplimack commented 1 year ago
nicks commented 1 year ago

i think people usually do this as helm_resource(..., flags=['--version=...'])

jplimack commented 1 year ago

@nicks perhaps, but something more declarative is easier to consume and understand the behavior of; hence me not knowing of this way to provide this argument

nicks commented 1 year ago

I would be fine with a note on the readme on how to set --version. there's already a note about --set where you can put it.

I don't think we want to replicate every helm install flag as starlark arguments

nicks commented 1 year ago

i added some notes to the README and test on how to use --version https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource#helm_resource