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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ The patches will add the special toleration to the resources, allowing them to b
71
71
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| The Kubernetes version to use for the EKS cluster. |`string`|`"1.24"`| no |
| <aname="input_ecr_enable_lifecycle_policy"></a> [ecr\_enable\_lifecycle\_policy](#input\_ecr\_enable\_lifecycle\_policy)| Enable lifecycle policy for ECR repositories. |`bool`|`true`| no |
75
+
| <aname="input_ecr_lifecycle_expiration_days"></a> [ecr\_lifecycle\_expiration\_days](#input\_ecr\_lifecycle\_expiration\_days)| Number of days after which untagged images expire. Only applies if enable\_ecr\_lifecycle\_policy is true. |`number`|`30`| no |
76
+
| <aname="input_ecr_lifecycle_policy_excluded_repositories"></a> [ecr\_lifecycle\_policy\_excluded\_repositories](#input\_ecr\_lifecycle\_policy\_excluded\_repositories)| A list of ECR repository names to exclude from the default lifecycle policy. |`list(string)`|`[]`| no |
77
+
| <aname="input_ecr_protected_tag_patterns"></a> [ecr\_protected\_tag\_patterns](#input\_ecr\_protected\_tag\_patterns)| List of tag patterns to keep in ECR lifecycle policy. |`list(string)`| <pre>[<br> "latest",<br> "main",<br> "master",<br> "stage",<br> "dev*",<br> "review*",<br> "0.*",<br> "1.*",<br> "2.*",<br> "3.*",<br> "4.*",<br> "5.*",<br> "6.*",<br> "7.*",<br> "8.*",<br> "9.*",<br> "v0.*",<br> "v1.*",<br> "v2.*",<br> "v3.*",<br> "v4.*",<br> "v5.*",<br> "v6.*",<br> "v7.*",<br> "v8.*",<br> "v9.*"<br>]</pre> | no |
| <aname="input_project"></a> [project](#input\_project)| Project name |`string`| n/a | yes |
105
109
| <aname="input_prometheus_stack_additional_values"></a> [prometheus\_stack\_additional\_values](#input\_prometheus\_stack\_additional\_values)| Additional values for Kube Prometheus Stack |`list(string)`|`[]`| no |
106
-
| <aname="input_repository_expiration_days"></a> [repository\_expiration\_days](#input\_repository\_expiration\_days)| Value to set the expiration days for the application repositories, null means no expiration |`number`|`null`| no |
107
110
| <aname="input_velero_bucket_expiration_days"></a> [velero\_bucket\_expiration\_days](#input\_velero\_bucket\_expiration\_days)| n/a |`number`|`90`| no |
108
111
| <aname="input_velero_bucket_glacier_days"></a> [velero\_bucket\_glacier\_days](#input\_velero\_bucket\_glacier\_days)| n/a |`number`|`60`| no |
109
112
| <aname="input_velero_bucket_infrequently_access_days"></a> [velero\_bucket\_infrequently\_access\_days](#input\_velero\_bucket\_infrequently\_access\_days)| n/a |`number`|`30`| no |
0 commit comments