mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update helm docs from VictoriaMetrics/helm-charts@ce6855b
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
3383589fd1
commit
3261c632e5
10 changed files with 54 additions and 13 deletions
|
@ -544,7 +544,10 @@ loggerFormat: json
|
|||
<td>server.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vlogs.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -806,7 +806,10 @@ minReplicas: 1
|
|||
<td>ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmagent.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -347,7 +347,10 @@ tag: v0.25.0
|
|||
<td>alertmanager.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: alertmanager.local
|
||||
path:
|
||||
- /
|
||||
port: web
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -1177,7 +1180,10 @@ variant: ""
|
|||
<td>server.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmalert.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -429,7 +429,10 @@ loggerFormat: json
|
|||
<td>ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmauth.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -506,7 +509,10 @@ loggerFormat: json
|
|||
<td>ingressInternal.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmauth.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Next release
|
||||
|
||||
- TODO
|
||||
- Removed unsupported selectNodes SRV discovery
|
||||
|
||||
## 0.14.12
|
||||
|
||||
|
|
|
@ -635,7 +635,10 @@ loggerFormat: json
|
|||
<td>vmauth.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmauth.local
|
||||
path:
|
||||
- /insert
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -1427,7 +1430,10 @@ loggerFormat: json
|
|||
<td>vminsert.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vminsert.local
|
||||
path:
|
||||
- /insert
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -2275,7 +2281,10 @@ loggerFormat: json
|
|||
<td>vmselect.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmselect.local
|
||||
path:
|
||||
- /select
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## Next release
|
||||
|
||||
- fixed minor typo in vm.labels
|
||||
|
||||
## 0.0.30
|
||||
|
||||
**Release date:** 2024-11-21
|
||||
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- support template rendering in `vm.app.name` template
|
||||
|
||||
## 0.0.29
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![Version: 0.0.30](https://img.shields.io/badge/Version-0.0.30-informational?style=flat-square)
|
||||
![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![Version: 0.0.31](https://img.shields.io/badge/Version-0.0.31-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-metrics-common)
|
||||
|
||||
Victoria Metrics Common - contains shared templates for all Victoria Metrics helm charts
|
||||
|
|
|
@ -519,7 +519,10 @@ loggerFormat: json
|
|||
<td>ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmgateway.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -559,7 +559,10 @@ loggerFormat: json
|
|||
<td>server.ingress.hosts</td>
|
||||
<td>list</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">[]
|
||||
<code class="language-yaml">- name: vmsingle.local
|
||||
path:
|
||||
- /
|
||||
port: http
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue