Skip to content

Commit 85e6b93

Browse files
palexsteradamjensenbot
authored andcommitted
Fix Version selection in liqoctl install
1 parent 0397612 commit 85e6b93

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ replace github.com/virtual-kubelet/virtual-kubelet => github.com/liqotech/virtua
6262

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

65-
replace github.com/mittwald/go-helm-client v0.8.1 => github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26
65+
replace github.com/mittwald/go-helm-client v0.8.1 => github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
797797
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
798798
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
799799
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
800-
github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26 h1:uGC5Hb4C/l34mHu5xCEuJZs52sazRMpplD5BLtCcexw=
801-
github.com/liqotech/go-helm-client v0.8.1-0.20210823204019-f878e0fc4d26/go.mod h1:+Ks5OpzB0hJw91W8o/8G+FmjUtjrIXxPuJjE87XG/G0=
800+
github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec h1:bXY7UQkt+GTc+XYc4LrvR+JOxYWrQ5ECZy4R+YVMoRk=
801+
github.com/liqotech/go-helm-client v0.8.1-0.20211011193340-849127b6a8ec/go.mod h1:+Ks5OpzB0hJw91W8o/8G+FmjUtjrIXxPuJjE87XG/G0=
802802
github.com/liqotech/virtual-kubelet v1.5.1-0.20210726130647-f2333d82a6de h1:yUmpHCqz5KM8ENgKAtmfmN+puwbkC9DVzPx+REdjt8k=
803803
github.com/liqotech/virtual-kubelet v1.5.1-0.20210726130647-f2333d82a6de/go.mod h1:Uf0+/KqEDz5Tz6TNQSok5B4A+guFZV6cs4JohQTHdEQ=
804804
github.com/liqotech/zeroconf v1.0.1-0.20201020081245-6384f3f21ffb h1:FokBo/2VZRYP72Y030Z5bQXiIr7gs/nt/ISqnuCsiq0=

pkg/liqoctl/install/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func installOrUpdate(ctx context.Context, helmClient *helm.HelmClient, k provide
104104
DryRun: cArgs.DryRun,
105105
Devel: cArgs.Devel,
106106
Wait: true,
107+
Version: cArgs.Version,
107108
}
108109

109110
// provide the possibility to exit installation on context cancellation

0 commit comments

Comments
 (0)