diff --git a/chart/templates/argocd/values.yaml b/chart/templates/argocd/values.yaml index 669ac88d0f212cb1c20b10eacd2795ee34cdc838..c43ab2da6f3587287d54a011823794aaefb9484f 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 8346ed586a78630b743831b319445b7b9ddd7009..161e9285c0c5c35da6929cb6b3380abbaa374249 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: {}