Skip to content

Commit

Permalink
Update Lokistack storage scheme to v13 (#143)
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 69ff174
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 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
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ spec:
size: 1x.extra-small
storage:
schemas:
- version: v12
effectiveDate: '2022-06-01'
- version: v13
effectiveDate: '2022-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 69ff174

Please sign in to comment.