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

Commit d86fbf9

Browse files
Bump to terraform-helm-materialize v0.1.63
1 parent 2efa3c3 commit d86fbf9

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
@@ -109,7 +109,7 @@ These flags configure default limits for clusters, connections, and tables. You
109109
| <a name="module_materialize_node_group"></a> [materialize\_node\_group](#module\_materialize\_node\_group) | ./modules/eks-node-group | n/a |
110110
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
111111
| <a name="module_nlb"></a> [nlb](#module\_nlb) | ./modules/nlb | n/a |
112-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.62 |
112+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.63 |
113113
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
114114

115115
## 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.62"
161+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.63"
162162

163163
count = var.install_materialize_operator ? 1 : 0
164164

0 commit comments

Comments
 (0)