diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 8136018909684..514f0fa4a9854 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -1623,6 +1623,56 @@ true
 5
 
+ + + + chunksCache.persistence + object + Persistence settings for the chunks-cache +
+{
+  "enabled": false,
+  "mountPath": "/data",
+  "storageClass": null,
+  "storageSize": "10G"
+}
+
+ + + + chunksCache.persistence.enabled + bool + Enable creating PVCs for the chunks-cache +
+false
+
+ + + + chunksCache.persistence.mountPath + string + Volume mount path +
+"/data"
+
+ + + + chunksCache.persistence.storageClass + string + Storage class to be used. If defined, storageClassName: . If set to "-", storageClassName: "", which disables dynamic provisioning. If empty or set to null, no storageClassName spec is set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack). +
+null
+
+ + + + chunksCache.persistence.storageSize + string + Size of persistent disk +
+"10G"
+
@@ -9034,6 +9084,56 @@ true
 {}
 
+ + + + resultsCache.persistence + object + Persistence settings for the results-cache +
+{
+  "enabled": false,
+  "mountPath": "/data",
+  "storageClass": null,
+  "storageSize": "10G"
+}
+
+ + + + resultsCache.persistence.enabled + bool + Enable creating PVCs for the results-cache +
+false
+
+ + + + resultsCache.persistence.mountPath + string + Volume mount path +
+"/data"
+
+ + + + resultsCache.persistence.storageClass + string + Storage class to be used. If defined, storageClassName: . If set to "-", storageClassName: "", which disables dynamic provisioning. If empty or set to null, no storageClassName spec is set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack). +
+null
+
+ + + + resultsCache.persistence.storageSize + string + Size of persistent disk +
+"10G"
+
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index edacec5aecdff..9b2b53522d348 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.8.0 + +- [FEATURE] Add support for configuring persistence for memcached. + ## 6.7.3 - [BUGFIX] Removed Helm test binary @@ -20,9 +24,6 @@ Entries should include a reference to the pull request that introduced the chang ## 6.7.2 - [BUGFIX] Fix imagePullSecrets for statefulset-results-cache -## 6.8.0 - -- [FEATURE] Add support for configuring persistence for memcached. ## 6.7.1