Skip to content

Commit 1eb8e81

Browse files
Bump to terraform-helm-materialize v0.1.18
1 parent edc404b commit 1eb8e81

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
@@ -170,7 +170,7 @@ No providers.
170170
| <a name="module_gke"></a> [gke](#module\_gke) | ./modules/gke | n/a |
171171
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
172172
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
173-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.17 |
173+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.18 |
174174
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
175175

176176
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module "certificates" {
113113
}
114114

115115
module "operator" {
116-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.17"
116+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.18"
117117

118118
count = var.install_materialize_operator ? 1 : 0
119119

0 commit comments

Comments
 (0)