Skip to content

Commit

Permalink
chore(deps): update dependency ami_id to ami-05b2a190ca777e72b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2023
1 parent 688ef7a commit 9ed6bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ inputs = {
desired_size_per_subnet = 1
# This comment configures the renovate bot to automatically update this variable:
# amiFilter=[{"Name":"owner-id","Values":["602401143452"]},{"Name":"name","Values":["amazon-eks-node-1.28-*"]}]
# currentImageName=amazon-eks-node-1.28-v20231201
ami_id = "ami-0d739204fa6ce45fd"
# currentImageName=amazon-eks-node-1.28-v20231220
ami_id = "ami-05b2a190ca777e72b"
availability_zones = ["eu-west-1a", "eu-west-1b", "eu-west-1c"]
max_unavailable_percentage = 50
}
Expand All @@ -105,8 +105,8 @@ inputs = {
desired_size_per_subnet = 1
# This comment configures the renovate bot to automatically update this variable:
# amiFilter=[{"Name":"owner-id","Values":["602401143452"]},{"Name":"name","Values":["amazon-eks-node-1.28-*"]}]
# currentImageName=amazon-eks-node-1.28-v20231201
ami_id = "ami-0d739204fa6ce45fd"
# currentImageName=amazon-eks-node-1.28-v20231220
ami_id = "ami-05b2a190ca777e72b"
availability_zones = ["eu-west-1b"]
kubelet_extra_args = "--max-pods=30 --kube-reserved=memory=585Mi,cpu=80m"
max_unavailable = 1
Expand Down

0 comments on commit 9ed6bdb

Please sign in to comment.