Skip to content

Commit bee05f1

Browse files
Bump to terraform-helm-materialize v0.1.40
1 parent 83af1a0 commit bee05f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ No providers.
6464
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
6565
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
6666
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
67-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.39 |
67+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.40 |
6868
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
6969

7070
## 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.39"
119+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.40"
120120

121121
count = var.install_materialize_operator ? 1 : 0
122122

0 commit comments

Comments
 (0)