Skip to content

Commit

Permalink
Merge pull request #3807 from tstromberg/v1.13.4
Browse files Browse the repository at this point in the history
Update default Kubernetes version to v1.13.4 (latest stable)
  • Loading branch information
tstromberg authored Mar 6, 2019
2 parents 7f66071 + ae27bb1 commit 12ffd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ kubectl: {{.Kubeconfig}}
var DefaultIsoUrl = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.iso", minikubeVersion.GetIsoPath(), minikubeVersion.GetIsoVersion())
var DefaultIsoShaUrl = DefaultIsoUrl + ShaSuffix

var DefaultKubernetesVersion = "v1.13.3"
var DefaultKubernetesVersion = "v1.13.4"

var ConfigFilePath = MakeMiniPath("config")
var ConfigFile = MakeMiniPath("config", "config.json")
Expand Down

0 comments on commit 12ffd77

Please sign in to comment.