diff --git a/README.md b/README.md
index 02c0200..d9fd75c 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ No modules.
| [monitoring\_namespace](#input\_monitoring\_namespace) | Namespace for monitoring resources | `string` | `"monitoring"` | no |
| [namespace](#input\_namespace) | Namespace prefix for all resources | `string` | n/a | yes |
| [operator\_namespace](#input\_operator\_namespace) | Namespace for the Materialize operator | `string` | `"materialize"` | no |
-| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v25.1.6"` | no |
+| [operator\_version](#input\_operator\_version) | Version of the Materialize operator to install | `string` | `"v25.1.7"` | no |
| [postgres\_version](#input\_postgres\_version) | Postgres version to use for the metadata backend | `string` | `"15"` | no |
| [use\_local\_chart](#input\_use\_local\_chart) | Whether to use a local chart instead of one from a repository | `bool` | `false` | no |
diff --git a/variables.tf b/variables.tf
index 708f0e1..1dc06c0 100644
--- a/variables.tf
+++ b/variables.tf
@@ -11,7 +11,7 @@ variable "environment" {
variable "operator_version" {
description = "Version of the Materialize operator to install"
type = string
- default = "v25.1.6"
+ default = "v25.1.7"
nullable = false
}