Skip to content

Commit 14eaa64

Browse files
committed
chore: Update docs
1 parent 8db9bc0 commit 14eaa64

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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

+8-3
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ null
20392039
<tr>
20402040
<td>chunksCache.persistence.storageSize</td>
20412041
<td>string</td>
2042-
<td>Size of persistent disk</td>
2042+
<td>Size of persistent disk, must be in G or Gi</td>
20432043
<td><pre lang="json">
20442044
"10G"
20452045
</pre>
@@ -6545,7 +6545,12 @@ false
65456545
<td>object</td>
65466546
<td>The SecurityContext override for memcached pods</td>
65476547
<td><pre lang="json">
6548-
{}
6548+
{
6549+
"fsGroup": 11211,
6550+
"runAsGroup": 11211,
6551+
"runAsNonRoot": true,
6552+
"runAsUser": 11211
6553+
}
65496554
</pre>
65506555
</td>
65516556
</tr>
@@ -9584,7 +9589,7 @@ null
95849589
<tr>
95859590
<td>resultsCache.persistence.storageSize</td>
95869591
<td>string</td>
9587-
<td>Size of persistent disk</td>
9592+
<td>Size of persistent disk, must be in G or Gi</td>
95889593
<td><pre lang="json">
95899594
"10G"
95909595
</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.14.1
17+
18+
- [BUGFIX] Fixed Memcached persistence options.
19+
1620
## 6.14.0
1721

1822
- [FEATURE] Add additional service annotations for components in distributed mode

0 commit comments

Comments
 (0)