From 4058a7d146082f83a139051f0257aed3e4186f63 Mon Sep 17 00:00:00 2001 From: Emanuel Oliveira Date: Sun, 8 Aug 2021 11:59:19 -0300 Subject: [PATCH] docs: Adds changelog Signed-off-by: Emanuel Oliveira Signed-off-by: Emanuel Oliveira --- charts/argo-cd/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 6d4d6831..28b3eaed 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -22,3 +22,4 @@ dependencies: annotations: artifacthub.io/changes: | - "[Added]: Add server.service.sessionAffinity setting of the Service into account when deciding which backend Pod to use" + - "[Fix]: Set type of service for grpc as NodePort because this is the default of ALB ingress Controller"