Closed nhomble closed 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.
helm_remote
helm_resource has a flags arg, so you can pass additional flags to helm install.
helm_resource
flags
helm install
https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource#helm_resource
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.