diff --git a/chart/templates/authservice/values.yaml b/chart/templates/authservice/values.yaml
index 1f693132cfb5c98c56b2fc2e9682fd0563ceae82..69b225d4d521e12dca9aaadc2b4810b9ce4e09a7 100644
--- a/chart/templates/authservice/values.yaml
+++ b/chart/templates/authservice/values.yaml
@@ -30,6 +30,14 @@ global:
   certificate_authority: {{ .Values.sso.certificate_authority  }}
   {{- end }}
 
+  {{- $authserviceValues := .Values.addons.authservice.values | default dict }}
+  {{- $redisValues := $authserviceValues.redis | default dict }}
+  {{- if hasKey $redisValues "enabled" }}
+  {{- if $redisValues.enabled }}
+  redis_server_uri: "tcp://authservice-authservice-redis-bb-master:6379"
+  {{- end }}
+  {{- end }}
+
 chains:
   {{- if .Values.addons.authservice.chains }}
   {{ .Values.addons.authservice.chains | toYaml | nindent 2 }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 61697c3f76a60ccb86cc530b4d45c94a65c2303e..8c76a8c3ee0e22f8c765b172996b4990fbfb69b3 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -436,7 +436,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
       path: "./chart"
-      tag: "0.4.0-bb.6"
+      tag: "0.4.0-bb.8"
 
     # -- Flux reconciliation overrides specifically for the Authservice Package
     flux: {}