From 9e6d1134e827369870a9a158788ed960c1cfac37 Mon Sep 17 00:00:00 2001 From: Arndt Schwenkschuster <17650715+arndt-s@users.noreply.github.com> Date: Tue, 23 Feb 2021 00:12:19 +0100 Subject: [PATCH] chore(argo-cd): Fix ingress configuration in helm notes (#526) (#527) * chore(argo-cd): Fix ingress configuration in helm notes (#526) Signed-off-by: arndt-s <17650715+arndt-s@users.noreply.github.com> --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 6215e410..601494ce 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.8.4 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.14.6 +version: 2.14.7 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/templates/NOTES.txt b/charts/argo-cd/templates/NOTES.txt index a320fb0a..138ba588 100644 --- a/charts/argo-cd/templates/NOTES.txt +++ b/charts/argo-cd/templates/NOTES.txt @@ -4,7 +4,7 @@ In order to access the server UI you have the following options: and then open the browser on http://localhost:8080 and accept the certificate -2. enable ingress in the values file `service.ingress.enabled` and either +2. enable ingress in the values file `server.ingress.enabled` and either - Add the annotation for ssl passthrough: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-1-ssl-passthrough - Add the `--insecure` flag to `server.extraArgs` in the values file and terminate SSL at your ingress: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-2-multiple-ingress-objects-and-hosts