From ac94d691f941902c3578a09144564b3a50d08cf4 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutras.com>
Date: Tue, 2 Jul 2024 20:26:26 +0300
Subject: [PATCH] loki: bump schema version to v13

This is needed to upgrade to Loki 3.0.
---
 roles/loki/files/loki.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/roles/loki/files/loki.yaml b/roles/loki/files/loki.yaml
index 6efb2c0ce..e7b8e1778 100644
--- a/roles/loki/files/loki.yaml
+++ b/roles/loki/files/loki.yaml
@@ -27,17 +27,17 @@ ingester:
 
 schema_config:
   configs:
-    - from: 2020-10-24
+    - from: 2022-06-07
       store: boltdb-shipper
       object_store: filesystem
-      schema: v11
+      schema: v12
       index:
         prefix: index_
         period: 24h
-    - from: 2022-06-07
+    - from: 2024-07-03
       store: boltdb-shipper
       object_store: filesystem
-      schema: v12
+      schema: v13
       index:
         prefix: index_
         period: 24h
-- 
GitLab