Skip to content

Commit

Permalink
Merge pull request #26 from truefoundry/hl_update_addon
Browse files Browse the repository at this point in the history
chore(terraform): update default VPC CNI addon version to v1.19.2-eksbuild.5 to ensure compatibility and leverage latest improvements
  • Loading branch information
innoavator authored Feb 13, 2025
2 parents 9d095ba + 945a6e4 commit 159250c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Truefoundry EKS Module
| <a name="input_cluster_addons_kube_proxy_additional_configurations"></a> [cluster\_addons\_kube\_proxy\_additional\_configurations](#input\_cluster\_addons\_kube\_proxy\_additional\_configurations) | Additional configurations for the kube proxy addon | `any` | `{}` | no |
| <a name="input_cluster_addons_kube_proxy_version"></a> [cluster\_addons\_kube\_proxy\_version](#input\_cluster\_addons\_kube\_proxy\_version) | Version of the kube-proxy addon | `string` | `"v1.32.0-eksbuild.2"` | no |
| <a name="input_cluster_addons_vpc_cni_additional_configurations"></a> [cluster\_addons\_vpc\_cni\_additional\_configurations](#input\_cluster\_addons\_vpc\_cni\_additional\_configurations) | Additional configurations for the VPC CNI addon | `any` | `{}` | no |
| <a name="input_cluster_addons_vpc_cni_version"></a> [cluster\_addons\_vpc\_cni\_version](#input\_cluster\_addons\_vpc\_cni\_version) | Version of the VPC CNI addon | `string` | `"v1.19.2-eksbuild.1"` | no |
| <a name="input_cluster_addons_vpc_cni_version"></a> [cluster\_addons\_vpc\_cni\_version](#input\_cluster\_addons\_vpc\_cni\_version) | Version of the VPC CNI addon | `string` | `"v1.19.2-eksbuild.5"` | no |
| <a name="input_cluster_authentication_mode"></a> [cluster\_authentication\_mode](#input\_cluster\_authentication\_mode) | value of the authentication mode for the EKS cluster | `string` | `"API_AND_CONFIG_MAP"` | no |
| <a name="input_cluster_enabled_log_types"></a> [cluster\_enabled\_log\_types](#input\_cluster\_enabled\_log\_types) | A list of the desired control plane logs to enable. For more information, see Amazon EKS Control Plane Logging documentation (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) | `list(string)` | <pre>[<br/> "audit",<br/> "api",<br/> "authenticator"<br/>]</pre> | no |
| <a name="input_cluster_endpoint_private_access"></a> [cluster\_endpoint\_private\_access](#input\_cluster\_endpoint\_private\_access) | Indicates whether or not the Amazon EKS private API server endpoint is enabled | `bool` | `true` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ variable "cluster_addons_coredns_additional_configurations" {
variable "cluster_addons_vpc_cni_version" {
description = "Version of the VPC CNI addon"
type = string
default = "v1.19.2-eksbuild.1"
default = "v1.19.2-eksbuild.5"
}

variable "cluster_addons_vpc_cni_additional_configurations" {
Expand Down

0 comments on commit 159250c

Please sign in to comment.