Skip to content

Commit

Permalink
chore(deps): update dependency ami_id to ami-0eb3c6b810888f6e2 (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
devex-sa authored Sep 18, 2024
1 parent e77c190 commit e09d175
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.30-*"]}]
# currentImageName=amazon-eks-node-1.30-v20240904
ami_id = "ami-06f7723e1b5a7ac2d"
# currentImageName=amazon-eks-node-1.30-v20240910
ami_id = "ami-0eb3c6b810888f6e2"
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.30-*"]}]
# currentImageName=amazon-eks-node-1.30-v20240904
ami_id = "ami-06f7723e1b5a7ac2d"
# currentImageName=amazon-eks-node-1.30-v20240910
ami_id = "ami-0eb3c6b810888f6e2"
availability_zones = ["eu-west-1b"]
kubelet_extra_args = "--max-pods=30 --kube-reserved=memory=585Mi,cpu=80m"
max_unavailable = 1
Expand All @@ -127,8 +127,8 @@ inputs = {
max_unavailable = 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.30-*"]}]
# currentImageName=amazon-eks-node-1.30-v20240904
ami_id = "ami-06f7723e1b5a7ac2d"
# currentImageName=amazon-eks-node-1.30-v20240910
ami_id = "ami-0eb3c6b810888f6e2"
availability_zones = ["eu-west-1c"]
kubelet_extra_args = "--max-pods=30 --kube-reserved=memory=585Mi,cpu=90m"
taints = [
Expand All @@ -148,8 +148,8 @@ inputs = {
max_unavailable = 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.30-*"]}]
# currentImageName=amazon-eks-node-1.30-v20240904
ami_id = "ami-06f7723e1b5a7ac2d"
# currentImageName=amazon-eks-node-1.30-v20240910
ami_id = "ami-0eb3c6b810888f6e2"
availability_zones = ["eu-west-1a", "eu-west-1b"]
taints = [
{
Expand Down

0 comments on commit e09d175

Please sign in to comment.