Merge pull request #81777 from ngerstle/fix-kube3d-1.6.0

kube3d: correct k3s version tag
This commit is contained in:
Mario Rodas 2020-03-05 07:07:13 -05:00 committed by GitHub
commit e2ec8dccea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildGoModule rec {
pname = "kube3d";
version = "1.6.0";
k3sVersion = "1.17.3+k3s1";
k3sVersion = "1.17.3-k3s1";
goPackagePath = "github.com/rancher/k3d";