update changelog & docs
Signed-off-by: atgane <hyper201286@gmail.com>
This commit is contained in:
parent
2302f6251d
commit
20a7efe6ed
3 changed files with 10 additions and 2 deletions
|
@ -26,5 +26,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: Added conditional around argocd-tls-certs-cm.yaml helm creation
|
description: remove required function in $cluster_key from clusterCredentials
|
||||||
|
|
|
@ -278,6 +278,10 @@ 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.
|
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
|
### 7.0.0
|
||||||
|
|
||||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||||
|
|
|
@ -278,6 +278,10 @@ 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.
|
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
|
### 7.0.0
|
||||||
|
|
||||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||||
|
|
Loading…
Reference in a new issue