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

Commit

Permalink
update kubernetes and crictl versions to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
displague committed Mar 26, 2019
1 parent 5bceea2 commit 30e214c
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 30e214c

Please sign in to comment.