From ceb071eb7b78840ab9d14c76d944925f4290bd08 Mon Sep 17 00:00:00 2001 From: Emanuel Oliveira Date: Mon, 23 Aug 2021 11:07:44 -0300 Subject: [PATCH] chore: fix changelog chart annotation Signed-off-by: Emanuel Oliveira Signed-off-by: Emanuel Oliveira --- charts/argo-cd/Chart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 0ff2dcef..792e214b 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -21,5 +21,6 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Update]: Update to ArgoCD v2.1.0" - - "[Feature]: Enable use of separated secret just for repositories" + - "[Changed]: Update to ArgoCD v2.1.0" + - "[Added]: Enable use of separated secret just for repositories" + - "[Deprecated]: configs.repositoryCredentials is deprecated now. Instead, use configs.credentialTemplates and/or configs.repositories"