Skip to content

Commit

Permalink
Update plural nodes to 1.24 (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Sep 4, 2023
1 parent 81f8a2e commit bcbb181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions plural/terraform/aws/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ dependencies:
- name: aws-bootstrap
repo: bootstrap
type: terraform
version: '>= 0.1.51'
version: '>= 0.1.52'

breaking: true
providers:
- aws
description: plural aws setup
version: 0.1.11
version: 0.1.12

wirings:
terraform: {}
2 changes: 1 addition & 1 deletion plural/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "node_groups_defaults" {

instance_types = ["t3.large", "t3a.large"]
disk_size = 50
ami_release_version = "1.23.16-20230217"
ami_release_version = "1.24.15-20230816"
force_update_version = true
ami_type = "AL2_x86_64"
k8s_labels = {}
Expand Down

0 comments on commit bcbb181

Please sign in to comment.