Skip to content

Commit ecda685

Browse files
Bump to terraform-helm-materialize v0.1.42
1 parent 59c0a90 commit ecda685

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
@@ -136,7 +136,7 @@ No providers.
136136
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
137137
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
138138
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
139-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.41 |
139+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.42 |
140140
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
141141

142142
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ locals {
223223
}
224224

225225
module "operator" {
226-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.41"
226+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.42"
227227

228228
count = var.install_materialize_operator ? 1 : 0
229229

0 commit comments

Comments
 (0)