File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 - id : tfupdate
5858 name : Autoupdate helm provider versions
5959 args :
60- - --args=provider helm --version ">= 3.0 .0, < 4 .0.0"
60+ - --args=provider helm --version ">= 2.17 .0, < 3 .0.0"
6161 - id : tfupdate
6262 name : Autoupdate pass provider versions
6363 args :
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Deploy a kubernetes application trough helm
88| Name | Version |
99| ------| ---------|
1010| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | ~ > 1.3 |
11- | <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 3.0 .0, < 4 .0.0 |
11+ | <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.17 .0, < 3 .0.0 |
1212| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | ~ > 0.9.1 |
1313
1414## Providers
1515
1616| Name | Version |
1717| ------| ---------|
18- | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 3.0 .0, < 4 .0.0 |
18+ | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.17 .0, < 3 .0.0 |
1919| <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | ~ > 0.9.1 |
2020
2121## Modules
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 helm = {
55 source = " hashicorp/helm" ,
6- version = " >= 3.0 .0, < 4 .0.0"
6+ version = " >= 2.17 .0, < 3 .0.0"
77 }
88 time = {
99 source = " hashicorp/time" ,
You can’t perform that action at this time.
0 commit comments