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 25, 2024
1 parent 8db9bc0 commit 14eaa64
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 @@ -2039,7 +2039,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 @@ -6545,7 +6545,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 @@ -9584,7 +9589,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.14.1

- [BUGFIX] Fixed Memcached persistence options.

## 6.14.0

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

0 comments on commit 14eaa64

Please sign in to comment.