Skip to content

Commit

Permalink
Fix Version selection in liqoctl install
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster committed Oct 13, 2021
1 parent 0397612 commit bd52fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ replace github.com/virtual-kubelet/virtual-kubelet => github.com/liqotech/virtua

replace github.com/grandcat/zeroconf => github.com/liqotech/zeroconf v1.0.1-0.20201020081245-6384f3f21ffb

replace github.com/mittwald/go-helm-client v0.8.1 => github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26
replace github.com/mittwald/go-helm-client v0.8.1 => github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -797,8 +797,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26 h1:uGC5Hb4C/l34mHu5xCEuJZs52sazRMpplD5BLtCcexw=
github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26/go.mod h1:+Ks5OpzB0hJw91W8o/8G+FmjUtjrIXxPuJjE87XG/G0=
github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec h1:bXY7UQkt+GTc+XYc4LrvR+JOxYWrQ5ECZy4R+YVMoRk=
github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec/go.mod h1:+Ks5OpzB0hJw91W8o/8G+FmjUtjrIXxPuJjE87XG/G0=
github.com/liqotech/virtual-kubelet v1.5.1-0.20210726130647-f2333d82a6de h1:yUmpHCqz5KM8ENgKAtmfmN+puwbkC9DVzPx+REdjt8k=
github.com/liqotech/virtual-kubelet v1.5.1-0.20210726130647-f2333d82a6de/go.mod h1:Uf0+/KqEDz5Tz6TNQSok5B4A+guFZV6cs4JohQTHdEQ=
github.com/liqotech/zeroconf v1.0.1-0.20201020081245-6384f3f21ffb h1:FokBo/2VZRYP72Y030Z5bQXiIr7gs/nt/ISqnuCsiq0=
Expand Down
1 change: 1 addition & 0 deletions pkg/liqoctl/install/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func installOrUpdate(ctx context.Context, helmClient *helm.HelmClient, k provide
DryRun: cArgs.DryRun,
Devel: cArgs.Devel,
Wait: true,
Version: cArgs.Version,
}

// provide the possibility to exit installation on context cancellation
Expand Down

0 comments on commit bd52fa1

Please sign in to comment.