diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 43312bc5..65a61cf0 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Support ApplicationSet in any namespace. + description: Fixed a bug for TLS host value in GRPC ingress endpoint diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f103894c..eab256f7 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -278,10 +278,6 @@ For full list of changes please check ArtifactHub [changelog]. Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version. -### 6.6.1 - -Fixed a bug were TLS host for GRPC ingress endpoint does not match the Ingress hosts value - ### 6.4.0 Added support for application controller dynamic cluster distribution.