Skip to content

Commit

Permalink
Update Lokistack storage scheme to v13
Browse files Browse the repository at this point in the history
With Logging 5.9 Lokistack uses a new storage schema.
The new schema is valid from 2024-09-01.
  • Loading branch information
DebakelOrakel committed Jul 22, 2024
1 parent 701e7e5 commit 8088e83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ parameters:
schemas:
- version: v12
effectiveDate: '2022-06-01'
- version: v13
effectiveDate: '2024-09-01'
secret:
type: s3
name: loki-logstore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
schemas:
- effectiveDate: '2022-06-01'
version: v12
- effectiveDate: '2024-09-01'
version: v13
secret:
name: loki-logstore
type: s3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
schemas:
- effectiveDate: '2022-06-01'
version: v12
- effectiveDate: '2024-09-01'
version: v13
secret:
name: loki-logstore
type: s3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
schemas:
- effectiveDate: '2022-06-01'
version: v12
- effectiveDate: '2024-09-01'
version: v13
secret:
name: loki-logstore
type: s3
Expand Down

0 comments on commit 8088e83

Please sign in to comment.