I've freshly installed Rancher Desktop with bundles Helm v4.0.5. Trying to deploy a helm chart using Skaffold fails.
Note: replacing the helm binary that comes with Rancher Desktop with a v3.x version makes Skaffold work again.
My first try was a simple "skaffold dev" command in a non-admin shell. This led to the following error:
deploying "default-blueprint": Failed to install Helm plugin: Installing plugin from local directory (development mode)
Error: symlink C:\Users\<redacted>\AppData\Local\Temp\skaffold-render1032218029 C:\Users\<redacted>\AppData\Roaming\helm\plugins\skaffold-render1032218029: A required privilege is not held by the client.
So I tried running the command in an administrative shell. Unfortunately without luck, but with a different error:
time="2026-02-20T21:05:25+01:00" level=info msg="Deploying with helm v4.0.5 ..." subtask=0 task=Deploy
time="2026-02-20T21:05:25+01:00" level=info msg="Installing 1 releases sequentially" subtask=0 task=Deploy
time="2026-02-20T21:05:25+01:00" level=info msg="Installing releases (1 releases)" subtask=0 task=Deploy
Helm release default-blueprint not installed. Installing...
time="2026-02-20T21:05:25+01:00" level=info msg="Building helm dependencies..." subtask=0 task=Deploy
Cleaning up...
Error: uninstall: Release not loaded: default-blueprint: release: not found
Cleaning up resources encountered an error, will continue to clean up other resources.
time="2026-02-20T21:05:25+01:00" level=info msg="Cleanup completed in 209.3698ms" subtask=-1 task=DevLoop
deploying "default-demo-blueprint": Failed to install Helm plugin: Installing plugin from local directory (development mode)
Error: plugin is installed but unusable: failed to load plugin "C:\\Users\\<redacted>\\AppData\\Roaming\\helm\\plugins\\skaffold-render3047724684": failed to peek plugin.yaml API version: yaml: line 2: did not find expected hexdecimal number
I've freshly installed Rancher Desktop with bundles Helm v4.0.5. Trying to deploy a helm chart using Skaffold fails.
Note: replacing the helm binary that comes with Rancher Desktop with a v3.x version makes Skaffold work again.
My first try was a simple "skaffold dev" command in a non-admin shell. This led to the following error:
So I tried running the command in an administrative shell. Unfortunately without luck, but with a different error: