From 9f8ae056c742913547346d47ff8bb4a370940f8f Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Mon, 8 May 2023 15:24:57 -0400 Subject: [PATCH] feat: Make ArgoCD use cluster cert Signed-off-by: Denilson Nastacio --- config/argocd/Chart.yaml | 4 ++-- config/argocd/templates/0200-argocd.yaml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/argocd/Chart.yaml b/config/argocd/Chart.yaml index 08e6a523..c135f285 100644 --- a/config/argocd/Chart.yaml +++ b/config/argocd/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "0.8.13" +appVersion: "0.21.1" diff --git a/config/argocd/templates/0200-argocd.yaml b/config/argocd/templates/0200-argocd.yaml index 7404ca6b..7a794ff5 100644 --- a/config/argocd/templates/0200-argocd.yaml +++ b/config/argocd/templates/0200-argocd.yaml @@ -773,6 +773,7 @@ spec: enabled: false ingress: enabled: false + insecure: true resources: limits: cpu: 500m @@ -782,6 +783,9 @@ spec: memory: 128Mi route: enabled: true + tls: + insecureEdgeTerminationPolicy: Redirect + termination: edge service: type: "" tls: