Commit 3356ce8
authored
fix(terraform): pin helm provider to
* fix(terraform): pin helm provider to ~> 2.7
Changed helm provider version constraint from ">= 2.7" to "~> 2.7" in
versions.tf for better compatibility and to avoid unexpected upgrades.
* fix(terraform): update helm provider version constraint
Changed the Helm provider version constraint in versions.tf to use
">= 2.0.0, < 3.0.0" instead of "~> 2.7" for broader compatibility with
Helm 2.x releases. This ensures compatibility with all minor versions
within the 2.x range.~> 2.7 (#69)1 parent 540d4a5 commit 3356ce8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments