Skip to content

Commit d82ba82

Browse files
committed
terraform-docs: automated update action
1 parent d81426f commit d82ba82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ Wait until the backed-up resources are fully deployed and active. Use the kubect
7373
|------|---------|
7474
| terraform | >= 0.13 |
7575
| 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 |
7878
7979
## Providers
8080
8181
| Name | Version |
8282
|------|---------|
8383
| 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 |
8686
8787
## Inputs
8888
@@ -99,7 +99,7 @@ Wait until the backed-up resources are fully deployed and active. Use the kubect
9999
| helm\_chart\_name | Velero Helm chart name to be installed | `string` | `"velero"` | no |
100100
| helm\_chart\_release\_name | Helm release name | `string` | `"velero"` | no |
101101
| 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 |
103103
| mod\_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. | `any` | `null` | no |
104104
| namespace | Kubernetes namespace to deploy Velero Helm chart. | `string` | `"velero"` | no |
105105
| service\_account\_name | Velero service account name | `string` | `"velero"` | no |

0 commit comments

Comments
 (0)