Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from displague/feature/k8s-1.14.0-release
Browse files Browse the repository at this point in the history
update kubernetes and crictl versions to v1.14.0
  • Loading branch information
displague authored Mar 26, 2019
2 parents 5bceea2 + 30e214c commit 8a02287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ variable "cni_version" {
}

variable "k8s_version" {
default = "v1.13.4"
default = "v1.14.0"
description = "Kubernetes version to install"
}

variable "crictl_version" {
default = "v1.13.0"
default = "v1.14.0"
description = "Container Runtime Interface version to install"
}

Expand Down

0 comments on commit 8a02287

Please sign in to comment.