Skip to content

Commit dbb1e11

Browse files
Bump to terraform-helm-materialize v0.1.34
1 parent 4d1dae1 commit dbb1e11

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
@@ -171,7 +171,7 @@ No providers.
171171
| <a name="module_gke"></a> [gke](#module\_gke) | ./modules/gke | n/a |
172172
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
173173
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
174-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.33 |
174+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.34 |
175175
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
176176
| <a name="module_swap_nodepool"></a> [swap\_nodepool](#module\_swap\_nodepool) | ./modules/nodepool | n/a |
177177

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module "certificates" {
134134
}
135135

136136
module "operator" {
137-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.33"
137+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.34"
138138

139139
count = var.install_materialize_operator ? 1 : 0
140140

0 commit comments

Comments
 (0)