From cf820bdc437547ecb183bba503077739c8b2870f Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Thu, 10 Nov 2022 17:03:05 +0000 Subject: [PATCH] Add job to argocd to add annotations --- chart/templates/argocd/values.yaml | 1 + chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/templates/argocd/values.yaml b/chart/templates/argocd/values.yaml index 669ac88d0f..c43ab2da6f 100644 --- a/chart/templates/argocd/values.yaml +++ b/chart/templates/argocd/values.yaml @@ -130,6 +130,7 @@ repoServer: istio: enabled: {{ .Values.istio.enabled }} + injection: {{ dig "istio" "injection" "enabled" .Values.addons.argocd }} argocd: gateways: - istio-system/{{ default "public" .Values.addons.argocd.ingress.gateway }} diff --git a/chart/values.yaml b/chart/values.yaml index 8346ed586a..161e9285c0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -745,7 +745,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git path: "./chart" - tag: "5.5.7-bb.2" + tag: "5.5.7-bb.5" # -- Flux reconciliation overrides specifically for the ArgoCD Package flux: {} -- GitLab