Skip to content

Commit b998050

Browse files
committed
chore: Update docs
1 parent 8015422 commit b998050

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/sources/setup/install/helm/reference.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ null
20252025
<tr>
20262026
<td>chunksCache.persistence.storageSize</td>
20272027
<td>string</td>
2028-
<td>Size of persistent disk</td>
2028+
<td>Size of persistent disk, must be in G or Gi</td>
20292029
<td><pre lang="json">
20302030
"10G"
20312031
</pre>
@@ -6488,7 +6488,12 @@ false
64886488
<td>object</td>
64896489
<td>The SecurityContext override for memcached pods</td>
64906490
<td><pre lang="json">
6491-
{}
6491+
{
6492+
"fsGroup": 11211,
6493+
"runAsGroup": 11211,
6494+
"runAsNonRoot": true,
6495+
"runAsUser": 11211
6496+
}
64926497
</pre>
64936498
</td>
64946499
</tr>
@@ -9487,7 +9492,7 @@ null
94879492
<tr>
94889493
<td>resultsCache.persistence.storageSize</td>
94899494
<td>string</td>
9490-
<td>Size of persistent disk</td>
9495+
<td>Size of persistent disk, must be in G or Gi</td>
94919496
<td><pre lang="json">
94929497
"10G"
94939498
</pre>

production/helm/loki/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)
1515

16+
## 6.12.1
17+
18+
- [BUGFIX] Fixed Memcached persistence.
19+
1620
## 6.12.0
1721

1822
- [ENHANCEMENT] Replace Bloom Compactor component with Bloom Planner and Bloom Builder. These are the new components to build bloom blocks.

production/helm/loki/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki
22

3-
![Version: 6.12.0](https://img.shields.io/badge/Version-6.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
3+
![Version: 6.12.1](https://img.shields.io/badge/Version-6.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
44

55
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
66

0 commit comments

Comments
 (0)