diff --git a/modules/eks/argocd/README.md b/modules/eks/argocd/README.md index 054d16ca7..6013062b3 100644 --- a/modules/eks/argocd/README.md +++ b/modules/eks/argocd/README.md @@ -530,7 +530,7 @@ Reference: https://stackoverflow.com/questions/75046330/argo-cd-error-server-sec | [chart\_description](#input\_chart\_description) | Set release description attribute (visible in the history). | `string` | `null` | no | | [chart\_repository](#input\_chart\_repository) | Repository URL where to locate the requested chart. | `string` | `"https://argoproj.github.io/argo-helm"` | no | | [chart\_values](#input\_chart\_values) | Additional values to yamlencode as `helm_release` values. | `any` | `{}` | no | -| [chart\_version](#input\_chart\_version) | Specify the exact chart version to install. If this is not specified, the latest version is installed. | `string` | `"5.19.12"` | no | +| [chart\_version](#input\_chart\_version) | Specify the exact chart version to install. If this is not specified, the latest version is installed. | `string` | `"5.55.0"` | no | | [cleanup\_on\_fail](#input\_cleanup\_on\_fail) | Allow deletion of new resources created in this upgrade when upgrade fails. | `bool` | `true` | no | | [context](#input\_context) | Single object for setting entire context at once.
See description of individual variables for details.
Leave string and numeric variables as `null` to use default value.
Individual variable settings (non-null) override settings in context object,
except for attributes, tags, and additional\_tag\_map, which are merged. | `any` |
{
"additional_tag_map": {},
"attributes": [],
"delimiter": null,
"descriptor_formats": {},
"enabled": true,
"environment": null,
"id_length_limit": null,
"label_key_case": null,
"label_order": [],
"label_value_case": null,
"labels_as_tags": [
"unset"
],
"name": null,
"namespace": null,
"regex_replace_chars": null,
"stage": null,
"tags": {},
"tenant": null
}
| no | | [create\_github\_webhook](#input\_create\_github\_webhook) | Enable GitHub webhook creation

Use this to create the GitHub Webhook for the given ArgoCD repo using the value created when `var.github_webhook_enabled` is `true`. | `bool` | `true` | no | diff --git a/modules/eks/argocd/variables-helm.tf b/modules/eks/argocd/variables-helm.tf index ddbafbd81..af8411c3e 100644 --- a/modules/eks/argocd/variables-helm.tf +++ b/modules/eks/argocd/variables-helm.tf @@ -26,7 +26,7 @@ variable "chart_repository" { variable "chart_version" { type = string description = "Specify the exact chart version to install. If this is not specified, the latest version is installed." - default = "5.19.12" + default = "5.55.0" } variable "resources" {