From 32dfcc61dbc0d8cd19ad4c6662b3f28ac138915d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 27 Aug 2021 06:09:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- vendor/aws/cloudformation/eks_cluster.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vendor') diff --git a/vendor/aws/cloudformation/eks_cluster.yaml b/vendor/aws/cloudformation/eks_cluster.yaml index 5ad25dcd533..798eaeae799 100644 --- a/vendor/aws/cloudformation/eks_cluster.yaml +++ b/vendor/aws/cloudformation/eks_cluster.yaml @@ -7,13 +7,13 @@ Parameters: KubernetesVersion: Description: The Kubernetes version to install Type: String - Default: 1.19 + Default: "1.20" AllowedValues: - - 1.15 - - 1.16 - - 1.17 - - 1.18 - - 1.19 + - "1.16" + - "1.17" + - "1.18" + - "1.19" + - "1.20" KeyName: Description: The EC2 Key Pair to allow SSH access to the node instances -- cgit v1.2.1