You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/setup/install/helm/reference.md
+100
Original file line number
Diff line number
Diff line change
@@ -1623,6 +1623,56 @@ true
1623
1623
<td><pre lang="json">
1624
1624
5
1625
1625
</pre>
1626
+
</td>
1627
+
</tr>
1628
+
<tr>
1629
+
<td>chunksCache.persistence</td>
1630
+
<td>object</td>
1631
+
<td>Persistence settings for the chunks-cache</td>
1632
+
<td><pre lang="json">
1633
+
{
1634
+
"enabled": false,
1635
+
"mountPath": "/data",
1636
+
"storageClass": null,
1637
+
"storageSize": "10G"
1638
+
}
1639
+
</pre>
1640
+
</td>
1641
+
</tr>
1642
+
<tr>
1643
+
<td>chunksCache.persistence.enabled</td>
1644
+
<td>bool</td>
1645
+
<td>Enable creating PVCs for the chunks-cache</td>
1646
+
<td><pre lang="json">
1647
+
false
1648
+
</pre>
1649
+
</td>
1650
+
</tr>
1651
+
<tr>
1652
+
<td>chunksCache.persistence.mountPath</td>
1653
+
<td>string</td>
1654
+
<td>Volume mount path</td>
1655
+
<td><pre lang="json">
1656
+
"/data"
1657
+
</pre>
1658
+
</td>
1659
+
</tr>
1660
+
<tr>
1661
+
<td>chunksCache.persistence.storageClass</td>
1662
+
<td>string</td>
1663
+
<td>Storage class to be used. If defined, storageClassName: <storageClass>. 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).</td>
1664
+
<td><pre lang="json">
1665
+
null
1666
+
</pre>
1667
+
</td>
1668
+
</tr>
1669
+
<tr>
1670
+
<td>chunksCache.persistence.storageSize</td>
1671
+
<td>string</td>
1672
+
<td>Size of persistent disk</td>
1673
+
<td><pre lang="json">
1674
+
"10G"
1675
+
</pre>
1626
1676
</td>
1627
1677
</tr>
1628
1678
<tr>
@@ -9034,6 +9084,56 @@ true
9034
9084
<td><pre lang="json">
9035
9085
{}
9036
9086
</pre>
9087
+
</td>
9088
+
</tr>
9089
+
<tr>
9090
+
<td>resultsCache.persistence</td>
9091
+
<td>object</td>
9092
+
<td>Persistence settings for the results-cache</td>
9093
+
<td><pre lang="json">
9094
+
{
9095
+
"enabled": false,
9096
+
"mountPath": "/data",
9097
+
"storageClass": null,
9098
+
"storageSize": "10G"
9099
+
}
9100
+
</pre>
9101
+
</td>
9102
+
</tr>
9103
+
<tr>
9104
+
<td>resultsCache.persistence.enabled</td>
9105
+
<td>bool</td>
9106
+
<td>Enable creating PVCs for the results-cache</td>
9107
+
<td><pre lang="json">
9108
+
false
9109
+
</pre>
9110
+
</td>
9111
+
</tr>
9112
+
<tr>
9113
+
<td>resultsCache.persistence.mountPath</td>
9114
+
<td>string</td>
9115
+
<td>Volume mount path</td>
9116
+
<td><pre lang="json">
9117
+
"/data"
9118
+
</pre>
9119
+
</td>
9120
+
</tr>
9121
+
<tr>
9122
+
<td>resultsCache.persistence.storageClass</td>
9123
+
<td>string</td>
9124
+
<td>Storage class to be used. If defined, storageClassName: <storageClass>. 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).</td>
Copy file name to clipboardexpand all lines: production/helm/loki/CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,17 @@ Entries should include a reference to the pull request that introduced the chang
13
13
14
14
[//]: #(<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.)
15
15
16
+
## 6.8.0
17
+
18
+
-[FEATURE] Add support for configuring persistence for memcached.
19
+
16
20
## 6.7.3
17
21
18
22
-[BUGFIX] Removed Helm test binary
19
23
20
24
## 6.7.2
21
25
22
26
-[BUGFIX] Fix imagePullSecrets for statefulset-results-cache
23
-
## 6.8.0
24
-
25
-
-[FEATURE] Add support for configuring persistence for memcached.
0 commit comments