From 25da0f9b6c208ab33edb257b5f185ef970522a8b Mon Sep 17 00:00:00 2001
From: Wesley Griffing <wgriffing@bridgephase.com>
Date: Thu, 16 May 2024 17:08:45 +0000
Subject: [PATCH] Update loki values and update loki to 6.3.4-bb.0

---
 chart/templates/loki/values.yaml | 8 +++++++-
 chart/values.yaml                | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/chart/templates/loki/values.yaml b/chart/templates/loki/values.yaml
index 9bdfdb475b..7f0f385c66 100644
--- a/chart/templates/loki/values.yaml
+++ b/chart/templates/loki/values.yaml
@@ -77,7 +77,6 @@ loki:
       active_index_directory: /var/loki/boltdb-shipper-active
       cache_location: /var/loki/boltdb-shipper-cache
       cache_ttl: 24h
-      shared_store: filesystem
     filesystem:
       directory: /var/loki/chunks
   {{- end }}
@@ -87,8 +86,15 @@ loki:
   {{- end }}
 
 {{- if (eq .Values.loki.strategy "scalable") }}
+deploymentMode: SimpleScalable
 singleBinary:
   replicas: 0
+read:
+  replicas: 3
+write:
+  replicas: 3
+backend:
+  replicas: 3
 {{- end }}
 
 {{- with .Values.loki.objectStorage }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 8d5d63f049..61721e8ae8 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -696,11 +696,11 @@ loki:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/loki.git
     path: "./chart"
-    tag: "5.47.2-bb.4"
+    tag: "6.3.4-bb.0"
   helmRepo:
     repoName: "registry1"
     chartName: "loki"
-    tag: "5.47.2-bb.4"
+    tag: "6.3.4-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Loki Package
   flux: {}
-- 
GitLab