diff --git a/chart/templates/argocd/namespace.yaml b/chart/templates/argocd/namespace.yaml index f3fb69dffc232e6a0a7f07ae4fe9f57c87298896..5898d63d30285282d264c4ee77305c0c8ef9168d 100644 --- a/chart/templates/argocd/namespace.yaml +++ b/chart/templates/argocd/namespace.yaml @@ -6,6 +6,6 @@ metadata: app.kubernetes.io/name: argocd app.kubernetes.io/component: "core" {{- include "commonLabels" . | nindent 4}} - istio-injection: disabled + istio-injection: {{ dig "istio" "injection" "enabled" .Values.addons.argocd }} name: argocd {{- end }} diff --git a/chart/values.yaml b/chart/values.yaml index 15701544ac63a0e9f583257ad76ff0aec15553d6..56aba49f51951b91d361f94a96f8d725119d63d9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -476,7 +476,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git path: "./chart" - tag: "3.6.8-bb.8" + tag: "3.6.8-bb.10" # -- Flux reconciliation overrides specifically for the ArgoCD Package flux: {}