diff --git a/modules/autoscaler/README.md b/modules/autoscaler/README.md
index f3c804b..9207336 100644
--- a/modules/autoscaler/README.md
+++ b/modules/autoscaler/README.md
@@ -79,7 +79,7 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
-| [autoscaler\_image\_patch](#input\_autoscaler\_image\_patch) | The patch number of autoscaler image | `number` | `0` | no |
+| [autoscaler\_image\_patch](#input\_autoscaler\_image\_patch) | The patch number of autoscaler image | `number` | `1` | no |
| [cluster\_name](#input\_cluster\_name) | Cluster name to pass to role | `string` | n/a | yes |
| [cluster\_oidc\_arn](#input\_cluster\_oidc\_arn) | Cluster OIDC arn to pass to policy | `string` | n/a | yes |
| [eks\_version](#input\_eks\_version) | The version of eks cluster | `string` | n/a | yes |
diff --git a/modules/autoscaler/variables.tf b/modules/autoscaler/variables.tf
index 39873b3..9d17fdf 100644
--- a/modules/autoscaler/variables.tf
+++ b/modules/autoscaler/variables.tf
@@ -38,7 +38,7 @@ variable "eks_version" {
variable "autoscaler_image_patch" {
type = number
description = "The patch number of autoscaler image"
- default = 0
+ default = 1
}
variable "scale_down_unneeded_time" {