Skip to content

Commit 15198a1

Browse files
Bump to terraform-helm-materialize v0.1.22
1 parent a82a046 commit 15198a1

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
@@ -185,7 +185,7 @@ No providers.
185185
| <a name="module_database"></a> [database](#module\_database) | ./modules/database | n/a |
186186
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
187187
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
188-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.21 |
188+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.22 |
189189
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
190190

191191
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ locals {
218218
}
219219

220220
module "operator" {
221-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.21"
221+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.22"
222222

223223
count = var.install_materialize_operator ? 1 : 0
224224

0 commit comments

Comments
 (0)