From 21feb8ccab7b474e79448b6db29f70f5bd076ebc Mon Sep 17 00:00:00 2001 From: Marco Maurer Date: Tue, 28 Jan 2025 10:07:37 +0100 Subject: [PATCH] chore: Drop unnecessary docs inside README.md and README.md.gotmpl Signed-off-by: Marco Maurer --- charts/argo-cd/README.md | 4 ---- charts/argo-cd/README.md.gotmpl | 4 ---- 2 files changed, 8 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index e14c1856..3a4a2560 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. -### 7.7.17 - -In clusterCredentials, key is used as the name of the cluster that will be registered in argocd. We have simplified the above condition by removing the require function. - ### 7.0.0 We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`. diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index d6cdcb86..0520c40f 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -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. -### 7.7.17 - -In clusterCredentials, key is used as the name of the cluster that will be registered in argocd. We have simplified the above condition by removing the require function. - ### 7.0.0 We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.