From 9cac7022d5f453ca6f7feeb721c5189dbda9904c Mon Sep 17 00:00:00 2001 From: Andre Ziviani Date: Wed, 4 Sep 2024 14:38:29 -0300 Subject: [PATCH] chore: Update docs --- docs/sources/setup/install/helm/reference.md | 11 ++++++++--- production/helm/loki/CHANGELOG.md | 4 ++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 31b3006a84eb9..2cba7e97d8c63 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -2009,7 +2009,7 @@ null chunksCache.persistence.storageSize string - Size of persistent disk + Size of persistent disk, must be in G or Gi
 "10G"
 
@@ -6475,7 +6475,12 @@ false object The SecurityContext override for memcached pods
-{}
+{
+  "fsGroup": 11211,
+  "runAsGroup": 11211,
+  "runAsNonRoot": true,
+  "runAsUser": 11211
+}
 
@@ -9474,7 +9479,7 @@ null resultsCache.persistence.storageSize string - Size of persistent disk + Size of persistent disk, must be in G or Gi
 "10G"
 
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 6052b517068ae..4ed60a03ec505 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : 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.