Skip to content

Commit

Permalink
Use helm-s3 v0.13.0 for s3Setup (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantao Zhang authored Aug 22, 2022
1 parent 6cc059d commit 8f8b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 8f8b521

Please sign in to comment.