Skip to content

Commit 844f6dd

Browse files
Bump to terraform-helm-materialize v0.1.69
1 parent 736c29c commit 844f6dd

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
@@ -67,7 +67,7 @@ No providers.
6767
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
6868
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
6969
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
70-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.68 |
70+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.69 |
7171
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
7272

7373
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module "certificates" {
116116
}
117117

118118
module "operator" {
119-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.68"
119+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.69"
120120

121121
count = var.install_materialize_operator ? 1 : 0
122122

0 commit comments

Comments
 (0)