Skip to content

Commit c089234

Browse files
committed
chore: Update docs
1 parent bba5e75 commit c089234

File tree

2 files changed

+104
-3
lines changed

2 files changed

+104
-3
lines changed

docs/sources/setup/install/helm/reference.md

+100
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,56 @@ true
16231623
<td><pre lang="json">
16241624
5
16251625
</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>
16261676
</td>
16271677
</tr>
16281678
<tr>
@@ -9034,6 +9084,56 @@ true
90349084
<td><pre lang="json">
90359085
{}
90369086
</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>
9125+
<td><pre lang="json">
9126+
null
9127+
</pre>
9128+
</td>
9129+
</tr>
9130+
<tr>
9131+
<td>resultsCache.persistence.storageSize</td>
9132+
<td>string</td>
9133+
<td>Size of persistent disk</td>
9134+
<td><pre lang="json">
9135+
"10G"
9136+
</pre>
90379137
</td>
90389138
</tr>
90399139
<tr>

production/helm/loki/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ Entries should include a reference to the pull request that introduced the chang
1313

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

16+
## 6.8.0
17+
18+
- [FEATURE] Add support for configuring persistence for memcached.
19+
1620
## 6.7.3
1721

1822
- [BUGFIX] Removed Helm test binary
1923

2024
## 6.7.2
2125

2226
- [BUGFIX] Fix imagePullSecrets for statefulset-results-cache
23-
## 6.8.0
24-
25-
- [FEATURE] Add support for configuring persistence for memcached.
2627

2728
## 6.7.1
2829

0 commit comments

Comments
 (0)