|
|
|
@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
package installer // import "helm.sh/helm/v4/pkg/plugin/installer"
|
|
|
|
|
package installer // import "helm.sh/helm/v4/internal/plugin/installer"
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"archive/tar"
|
|
|
|
@ -32,11 +32,11 @@ import (
|
|
|
|
|
|
|
|
|
|
securejoin "github.com/cyphar/filepath-securejoin"
|
|
|
|
|
|
|
|
|
|
"helm.sh/helm/v4/internal/plugin/cache"
|
|
|
|
|
"helm.sh/helm/v4/internal/third_party/dep/fs"
|
|
|
|
|
"helm.sh/helm/v4/pkg/cli"
|
|
|
|
|
"helm.sh/helm/v4/pkg/getter"
|
|
|
|
|
"helm.sh/helm/v4/pkg/helmpath"
|
|
|
|
|
"helm.sh/helm/v4/pkg/plugin/cache"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// HTTPInstaller installs plugins from an archive served by a web server.
|