Update argo-cd README
Signed-off-by: jmeridth <jmeridth@gmail.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
13eadc4d87
commit
a59f56fffe
2 changed files with 6 additions and 4 deletions
|
@ -111,8 +111,9 @@ This version reduces history limit for Argo CD deployment replicas to 3 to provi
|
||||||
|
|
||||||
### 5.12.0
|
### 5.12.0
|
||||||
|
|
||||||
This version deprecates the `configs.secret.argocdServerTlsConfig` option. Use `server.certificate` or `server.certificateSecret` to provide custom TLS configuration for Argo CD server.
|
If Argo CD is managing termination of TLS and you are using `configs.secret.argocdServerTlsConfig` option to provide custom TLS configuration for this chart, please use `server.certificate` or `server.certificateSecret` instead.
|
||||||
If you terminate TLS on ingress please use `argocd-server-tls` secret instead of `argocd-secret` secret.
|
For the secrets for tls termination, please use a secret named `argocd-server-tls` instead of `argocd-secret`.
|
||||||
|
For the technical details please check the [Argo CD documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/#tls-certificates-used-by-argocd-server). When transitioning from the one secret to the other pay attention to `tls.key` and `tls.crt` keys.
|
||||||
|
|
||||||
### 5.10.0
|
### 5.10.0
|
||||||
|
|
||||||
|
|
|
@ -110,8 +110,9 @@ This version reduces history limit for Argo CD deployment replicas to 3 to provi
|
||||||
|
|
||||||
### 5.12.0
|
### 5.12.0
|
||||||
|
|
||||||
This version deprecates the `configs.secret.argocdServerTlsConfig` option. Use `server.certificate` or `server.certificateSecret` to provide custom TLS configuration for Argo CD server.
|
If Argo CD is managing termination of TLS and you are using `configs.secret.argocdServerTlsConfig` option to provide custom TLS configuration for this chart, please use `server.certificate` or `server.certificateSecret` instead.
|
||||||
If you terminate TLS on ingress please use `argocd-server-tls` secret instead of `argocd-secret` secret.
|
For the secrets for tls termination, please use a secret named `argocd-server-tls` instead of `argocd-secret`.
|
||||||
|
For the technical details please check the [Argo CD documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/#tls-certificates-used-by-argocd-server). When transitioning from the one secret to the other pay attention to `tls.key` and `tls.crt` keys.
|
||||||
|
|
||||||
### 5.10.0
|
### 5.10.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue