mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-19 23:09:18 +01:00
Automatic update helm docs from VictoriaMetrics/helm-charts@5e2fcca
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
9cfdbc582f
commit
6cdc9cefaf
@ -1,6 +1,17 @@
|
||||
## Next release
|
||||
|
||||
- TODO
|
||||
|
||||
## 0.8.4
|
||||
|
||||
**Release date:** 2024-11-26
|
||||
|
||||
![AppVersion: v1.0.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.0.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- updated common dependency 0.0.31 -> 0.0.32
|
||||
- synced rules and dashboards
|
||||
- added .Values.dashboards.namespace to override default namespace for dashboards
|
||||
|
||||
## 0.8.3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
![Version: 0.8.3](https://img.shields.io/badge/Version-0.8.3-informational?style=flat-square)
|
||||
![Version: 0.8.4](https://img.shields.io/badge/Version-0.8.4-informational?style=flat-square)
|
||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-logs-single)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
@ -204,6 +204,17 @@ Change the values according to the need of the environment in ``victoria-logs-si
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Dashboard labels</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dashboards.namespace</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">""
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Override default namespace, where to create dashboards</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -741,7 +741,7 @@ tag: v0.25.0
|
||||
<td>alertmanager.service.servicePort</td>
|
||||
<td>int</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">8880
|
||||
<code class="language-yaml">9093
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Next release
|
||||
|
||||
- TODO
|
||||
- synced rules
|
||||
|
||||
## 0.29.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user