Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Commit df0be3a

Browse files
Bump to terraform-helm-materialize v0.1.68
1 parent e852e8d commit df0be3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ These flags configure default limits for clusters, connections, and tables. You
112112
| <a name="module_materialize_node_group"></a> [materialize\_node\_group](#module\_materialize\_node\_group) | ./modules/eks-node-group | n/a |
113113
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
114114
| <a name="module_nlb"></a> [nlb](#module\_nlb) | ./modules/nlb | n/a |
115-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.67 |
115+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.68 |
116116
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
117117

118118
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module "certificates" {
158158
}
159159

160160
module "operator" {
161-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.67"
161+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.68"
162162

163163
count = var.install_materialize_operator ? 1 : 0
164164

0 commit comments

Comments
 (0)