From cf8267a8bcc2d7a3830ce4c97afd0684ca2b777f Mon Sep 17 00:00:00 2001 From: "branden.cobb" <cobb_branden@bah.com> Date: Wed, 24 Mar 2021 20:11:01 +0000 Subject: [PATCH] Argo Tag Bump --- chart/templates/argocd/namespace.yaml | 2 +- chart/templates/argocd/values.yaml | 11 ++++++++--- chart/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/chart/templates/argocd/namespace.yaml b/chart/templates/argocd/namespace.yaml index 728766b1cc..69ff0643c0 100644 --- a/chart/templates/argocd/namespace.yaml +++ b/chart/templates/argocd/namespace.yaml @@ -19,4 +19,4 @@ type: kubernetes.io/dockerconfigjson data: .dockerconfigjson: {{ template "imagePullSecret" . }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/chart/templates/argocd/values.yaml b/chart/templates/argocd/values.yaml index 5d4c27ea60..6bd40fbc72 100644 --- a/chart/templates/argocd/values.yaml +++ b/chart/templates/argocd/values.yaml @@ -19,9 +19,13 @@ dex: imagePullSecrets: - name: private-registry -redis: - imagePullSecrets: - - name: private-registry +redis-ha: + enabled: true +redis-bb: + usePassword: false + +istio: + enabled: {{ .Values.istio.enabled }} {{- if .Values.addons.argocd.sso.enabled }} sso: @@ -38,3 +42,4 @@ sso: requestedScopes: ["openid","ArgoCD"] {{- end }} {{- end -}} + diff --git a/chart/values.yaml b/chart/values.yaml index dc1d787ce4..91eb5f3110 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -276,7 +276,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git path: "./chart" - tag: "2.14.7-bb.1" + tag: "2.14.7-bb.2" sso: # -- Toggle SSO for ArgoCD on and off enabled: false @@ -654,4 +654,4 @@ addons: values: {} # # ---------------------------------------------------------------------------------------------------------------------- - # + -- GitLab