diff --git a/helm/helm.go b/helm/helm.go index 0c36baa..deeaecd 100644 --- a/helm/helm.go +++ b/helm/helm.go @@ -125,7 +125,7 @@ func (h *Helm) S3Setup(ctx context.Context) error { return err } if !hasP { - if err := pipe.Shell("helm plugin install https://github.com/hypnoglow/helm-s3.git").Run(ctx); err != nil { + if err := pipe.Shell("helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.13.0").Run(ctx); err != nil { return err } }