Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sule26 committed Dec 21, 2024
1 parent d5d459c commit 377b86b
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
46 changes: 46 additions & 0 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ This is the generated reference for the Loki Helm Chart values.
"volumeClaimsEnabled": true
},
"podAnnotations": {},
"podDisruptionBudget": {
"create": true,
"maxUnavailable": 1
},
"podLabels": {},
"podManagementPolicy": "Parallel",
"priorityClassName": null,
Expand Down Expand Up @@ -2081,6 +2085,7 @@ null
<td>Pod Disruption Budget</td>
<td><pre lang="json">
{
"create": true,
"maxUnavailable": 1
}
</pre>
Expand Down Expand Up @@ -4390,6 +4395,24 @@ false
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>gateway.podDisruptionBudget.create</td>
<td>bool</td>
<td></td>
<td><pre lang="json">
true
</pre>
</td>
</tr>
<tr>
<td>gateway.podDisruptionBudget.maxUnavailable</td>
<td>int</td>
<td></td>
<td><pre lang="json">
1
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -9278,6 +9301,10 @@ false
"storageClass": null
},
"podAnnotations": {},
"podDisruptionBudget": {
"create": true,
"maxUnavailable": 1
},
"podLabels": {},
"podManagementPolicy": "Parallel",
"priorityClassName": null,
Expand Down Expand Up @@ -9838,6 +9865,7 @@ null
<td>Pod Disruption Budget</td>
<td><pre lang="json">
{
"create": true,
"maxUnavailable": 1
}
</pre>
Expand Down Expand Up @@ -11669,6 +11697,24 @@ true
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>write.podDisruptionBudget.create</td>
<td>bool</td>
<td></td>
<td><pre lang="json">
true
</pre>
</td>
</tr>
<tr>
<td>write.podDisruptionBudget.maxUnavailable</td>
<td>int</td>
<td></td>
<td><pre lang="json">
1
</pre>
</td>
</tr>
<tr>
Expand Down
2 changes: 2 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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.)

- [FEATURE] Allow configure podDisruptionBudget

## 6.24.0

- [BUGFIX] Add conditional to include ruler config only if `ruler.enabled=true`
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# loki

![Version: 6.24.0](https://img.shields.io/badge/Version-6.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square)
![Version: 6.24.1](https://img.shields.io/badge/Version-6.24.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square)

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Expand Down

0 comments on commit 377b86b

Please sign in to comment.