quaint-electrician-41503
10/29/2020, 5:42 PMChart("some-name,config=LocalChartOpts(path=path/to/helm-chart,ns=...,values=custom_values))
billowy-army-68599
10/29/2020, 7:39 PMquaint-electrician-41503
10/30/2020, 1:02 AMhelm upgrade
or does it intuit the change by the change of values. I guess I need to look at the helm source and look further into the pulumi source to understandbillowy-army-68599
10/30/2020, 1:25 AMhelm template
with the chart and then renders the output and looks through the yaml list and applies each of the resources. If you're using a local chart, and you update the local chart source, pulumi up
will just run helm template
again.