Skip to content

Commit

Permalink
Update k3s to use Kubernetes 1.18.6
Browse files Browse the repository at this point in the history
This is a stable version of k3s as per:

https://github.com/rancher/k3s/releases

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 3, 2020
1 parent b946a46 commit 4a33103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// K3sVersion default version
const K3sVersion = "v1.17.7+k3s1"
const K3sVersion = "v1.18.6+k3s1"

func InitUserDir() (string, error) {
home := os.Getenv("HOME")
Expand Down

0 comments on commit 4a33103

Please sign in to comment.