UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b71158a6 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'redis' into 'master'

ArgoCD + Big Bang Redis

Summary

ArgoCD proposed changes to have [BigBang Redis](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/redis) be used for HA via adding it as the HA dependency: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd/-/merge_requests/23

See merge request platform-one/big-bang/bigbang!318
parents cc0cf721 cf8267a8
No related branches found
No related tags found
1 merge request!318ArgoCD + Big Bang Redis
Pipeline #199800 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