UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cf8267a8 authored by Branden Cobb's avatar Branden Cobb
Browse files

Argo Tag Bump

parent 97c1f8ba
No related branches found
No related tags found
1 merge request!318ArgoCD + Big Bang Redis
Pipeline #199132 failed
......@@ -19,4 +19,4 @@ type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ template "imagePullSecret" . }}
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
......@@ -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 -}}
......@@ -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: {}
#
# ----------------------------------------------------------------------------------------------------------------------
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment