You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When options are not passed, Run in pull.go will still panic because p.cfg.RegistryClient won't be a valid pointer. The fix should be similar to #10547.
Helm Go module version: v3.8.0-rc.1.0.20220215042704-bc2f1e08a43a
K8s version: v1.21.1
Cloud Provider/Platform (AKS, GKE, Minikube etc.): KinD
Problem
We are trying to upgrade our helm version from v3.5.3 to v3.8.0 and our e2e tests are breaking. The scenario below used to work on the older version.
Our code looks like this:
This is now throwing an error:
FYI, it panics at line 90 in /pkg/action/pull.go which was last modified by #10527
Can you please help us out here?
The text was updated successfully, but these errors were encountered: