diff --git a/README.md b/README.md
index 4c8079ef..ee15007d 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ No modules.
| [blacklisted\_ports](#input\_blacklisted\_ports) | To block network traffic and metrics from network ports, pass the list of ports from which you want to filter out any data. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_block_ports). | `list(number)` | `[]` | no |
| [chart](#input\_chart) | The name of the Helm chart to deploy. | `string` | `"sysdig-deploy"` | no |
| [chart\_location](#input\_chart\_location) | The location of the Cloud Monitoring agent helm chart. | `string` | `"https://charts.sysdig.com"` | no |
-| [chart\_version](#input\_chart\_version) | The version of the Cloud Monitoring agent helm chart to deploy. | `string` | `"1.89.0"` | no |
+| [chart\_version](#input\_chart\_version) | The version of the Cloud Monitoring agent helm chart to deploy. | `string` | `"1.89.1"` | no |
| [cloud\_monitoring\_instance\_endpoint\_type](#input\_cloud\_monitoring\_instance\_endpoint\_type) | Specify the IBM Cloud Monitoring instance endpoint type (public or private) to use. Used to construct the ingestion endpoint. | `string` | `"private"` | no |
| [cloud\_monitoring\_instance\_region](#input\_cloud\_monitoring\_instance\_region) | The IBM Cloud Monitoring instance region. Used to construct the ingestion endpoint. | `string` | n/a | yes |
| [cluster\_config\_endpoint\_type](#input\_cluster\_config\_endpoint\_type) | Specify which type of endpoint to use for for cluster config access: 'default', 'private', 'vpe', 'link'. 'default' value will use the default endpoint of the cluster. | `string` | `"default"` | no |
diff --git a/solutions/fully-configurable/variables.tf b/solutions/fully-configurable/variables.tf
index 51136422..35b46834 100644
--- a/solutions/fully-configurable/variables.tf
+++ b/solutions/fully-configurable/variables.tf
@@ -159,7 +159,7 @@ variable "chart_location" {
variable "chart_version" {
description = "The version of the Cloud Monitoring agent helm chart to deploy."
type = string
- default = "1.89.0" # registryUrl: charts.sysdig.com
+ default = "1.89.1" # registryUrl: charts.sysdig.com
nullable = false
}
diff --git a/variables.tf b/variables.tf
index 63434153..03c96f77 100644
--- a/variables.tf
+++ b/variables.tf
@@ -183,7 +183,7 @@ variable "chart_location" {
variable "chart_version" {
description = "The version of the Cloud Monitoring agent helm chart to deploy."
type = string
- default = "1.89.0" # registryUrl: charts.sysdig.com
+ default = "1.89.1" # registryUrl: charts.sysdig.com
nullable = false
}