diff --git a/README.md b/README.md index 5a84c0e..51f9849 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This module sets up: The module has been tested with: - GKE version 1.28 - PostgreSQL 15 -- Materialize Operator v0.1.0 +- terraform-helm-materialize v0.1.12 (Materialize Operator v25.1.7) ## Requirements @@ -44,7 +44,7 @@ No providers. | [gke](#module\_gke) | ./modules/gke | n/a | | [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a | | [networking](#module\_networking) | ./modules/networking | n/a | -| [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.11 | +| [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.12 | | [storage](#module\_storage) | ./modules/storage | n/a | ## Resources diff --git a/docs/header.md b/docs/header.md index 2352328..1374b91 100644 --- a/docs/header.md +++ b/docs/header.md @@ -19,4 +19,4 @@ This module sets up: The module has been tested with: - GKE version 1.28 - PostgreSQL 15 -- Materialize Operator v0.1.0 +- terraform-helm-materialize v0.1.12 (Materialize Operator v25.1.7) diff --git a/main.tf b/main.tf index 6897192..a017e1f 100644 --- a/main.tf +++ b/main.tf @@ -89,7 +89,7 @@ module "certificates" { } module "operator" { - source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.11" + source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.12" count = var.install_materialize_operator ? 1 : 0