Skip to content

Commit 3166e65

Browse files
committed
Upgrade terraform-helm-materialize refernece
1 parent d3d2767 commit 3166e65

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
@@ -38,7 +38,7 @@ The module has been tested with:
3838
|------|--------|---------|
3939
| <a name="module_database"></a> [database](#module\_database) | ./modules/database | n/a |
4040
| <a name="module_gke"></a> [gke](#module\_gke) | ./modules/gke | n/a |
41-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.0 |
41+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.1 |
4242
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
4343

4444
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module "storage" {
5757
}
5858

5959
module "operator" {
60-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.0"
60+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.1"
6161

6262
count = var.install_materialize_operator ? 1 : 0
6363

0 commit comments

Comments
 (0)