Some minor fixes
This commit is contained in:
		@@ -70,6 +70,7 @@ func (h *Helm) PullChart(workdirPath string, release *ReleaseData) (path string,
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		client := action.NewPullWithOpts(action.WithConfig(config))
 | 
			
		||||
		client.InsecureSkipTLSverify = true
 | 
			
		||||
		client.Untar = true
 | 
			
		||||
		client.UntarDir = workdirPath
 | 
			
		||||
		client.SetRegistryClient(registry)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user