Skip to content

Commit

Permalink
chore: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Sep 23, 2024
1 parent e9f3a1b commit 9cac702
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ null
<tr>
<td>chunksCache.persistence.storageSize</td>
<td>string</td>
<td>Size of persistent disk</td>
<td>Size of persistent disk, must be in G or Gi</td>
<td><pre lang="json">
"10G"
</pre>
Expand Down Expand Up @@ -6475,7 +6475,12 @@ false
<td>object</td>
<td>The SecurityContext override for memcached pods</td>
<td><pre lang="json">
{}
{
"fsGroup": 11211,
"runAsGroup": 11211,
"runAsNonRoot": true,
"runAsUser": 11211
}
</pre>
</td>
</tr>
Expand Down Expand Up @@ -9474,7 +9479,7 @@ null
<tr>
<td>resultsCache.persistence.storageSize</td>
<td>string</td>
<td>Size of persistent disk</td>
<td>Size of persistent disk, must be in G or Gi</td>
<td><pre lang="json">
"10G"
</pre>
Expand Down
4 changes: 4 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang

[//]: # (<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.)

## 6.13.1

- [BUGFIX] Fixed Memcached persistence options.

## 6.13.0

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

0 comments on commit 9cac702

Please sign in to comment.