Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ami_id to ami-011639dfca958cf97 #1618

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-al2023-x86_64-standard-1.31-*"]}]
# currentImageName=amazon-eks-node-al2023-x86_64-standard-1.31-v20241024
ami_id = "ami-0a292caa8fe6d443f"
# currentImageName=amazon-eks-node-al2023-x86_64-standard-1.31-v20241106
ami_id = "ami-011639dfca958cf97"
availability_zones = ["eu-west-1a", "eu-west-1b", "eu-west-1c"]
max_unavailable_percentage = 50
}
Expand All @@ -106,8 +106,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-al2023-x86_64-standard-1.31-*"]}]
# currentImageName=amazon-eks-node-al2023-x86_64-standard-1.31-v20241024
ami_id = "ami-0a292caa8fe6d443f"
# currentImageName=amazon-eks-node-al2023-x86_64-standard-1.31-v20241106
ami_id = "ami-011639dfca958cf97"
availability_zones = ["eu-west-1c"]
taints = [
{
Expand Down