You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,16 +73,16 @@ Wait until the backed-up resources are fully deployed and active. Use the kubect
73
73
|------|---------|
74
74
| terraform |>= 0.13 |
75
75
| aws |>= 3.13, < 4.0 |
76
-
| helm |>= 1.0, <1.4.0 |
77
-
| kubernetes |>= 1.10.0 |
76
+
| helm |>= 1.0, <3.0 |
77
+
| kubernetes |>= 1.10.0, < 3.0.0|
78
78
79
79
## Providers
80
80
81
81
| Name | Version |
82
82
|------|---------|
83
83
| aws |>= 3.13, < 4.0 |
84
-
| helm |>= 1.0, <1.4.0 |
85
-
| kubernetes |>= 1.10.0 |
84
+
| helm |>= 1.0, <3.0 |
85
+
| kubernetes |>= 1.10.0, < 3.0.0|
86
86
87
87
## Inputs
88
88
@@ -99,7 +99,7 @@ Wait until the backed-up resources are fully deployed and active. Use the kubect
99
99
| helm\_chart\_name | Velero Helm chart name to be installed |`string`|`"velero"`| no |
100
100
| helm\_chart\_release\_name | Helm release name |`string`|`"velero"`| no |
101
101
| helm\_chart\_repo | Velero repository name. |`string`|`"https://vmware-tanzu.github.io/helm-charts"`| no |
102
-
| helm\_chart\_version | Velero Helm chart version. |`string`|`"2.14.5"`| no |
102
+
| helm\_chart\_version | Velero Helm chart version. |`string`|`"2.20.0"`| no |
103
103
| mod\_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. |`any`|`null`| no |
104
104
| namespace | Kubernetes namespace to deploy Velero Helm chart. |`string`|`"velero"`| no |
105
105
| service\_account\_name | Velero service account name |`string`|`"velero"`| no |
0 commit comments