Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Helm OCI chart deployment fails in Windows (#2648)
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md) for Pulumi's contribution guidelines. Help us merge your changes more quickly by adding more details such as labels, milestones, and reviewers.--> ### Proposed changes <!--Give us a brief description of what you've done and what it solves. --> Closes #2644 This PR fixes support for OCI charts on Windows, by making the code be more consistent with Helm (see [code](https://github.com/helm/helm/blob/main/pkg/action/install.go#L724)). I believe the error comes from the call to `os.Stat` (see Golang implementation which is based on CreateFile, [here](https://go.dev/src/os/stat_windows.go)). ### Related issues (optional) <!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes #1234'. Or link to full URLs to issues or pull requests in other GitHub repositories. -->
- Loading branch information