Skip to content

Commit 9cac702

Browse files
committed
chore: Update docs
1 parent e9f3a1b commit 9cac702

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
@@ -2009,7 +2009,7 @@ null
20092009
<tr>
20102010
<td>chunksCache.persistence.storageSize</td>
20112011
<td>string</td>
2012-
<td>Size of persistent disk</td>
2012+
<td>Size of persistent disk, must be in G or Gi</td>
20132013
<td><pre lang="json">
20142014
"10G"
20152015
</pre>
@@ -6475,7 +6475,12 @@ false
64756475
<td>object</td>
64766476
<td>The SecurityContext override for memcached pods</td>
64776477
<td><pre lang="json">
6478-
{}
6478+
{
6479+
"fsGroup": 11211,
6480+
"runAsGroup": 11211,
6481+
"runAsNonRoot": true,
6482+
"runAsUser": 11211
6483+
}
64796484
</pre>
64806485
</td>
64816486
</tr>
@@ -9474,7 +9479,7 @@ null
94749479
<tr>
94759480
<td>resultsCache.persistence.storageSize</td>
94769481
<td>string</td>
9477-
<td>Size of persistent disk</td>
9482+
<td>Size of persistent disk, must be in G or Gi</td>
94789483
<td><pre lang="json">
94799484
"10G"
94809485
</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.13.1
17+
18+
- [BUGFIX] Fixed Memcached persistence options.
19+
1620
## 6.13.0
1721

1822
- [CHANGE] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional.

0 commit comments

Comments
 (0)