Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
AndrewChubatiuk 2024-11-21 12:08:55 +00:00 committed by Github Actions
parent 3383589fd1
commit da6c983b8b
No known key found for this signature in database
GPG key ID: 261D0043999236A6
10 changed files with 62 additions and 13 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -1,6 +1,6 @@
## Next release
- TODO
- Removed unsupported selectNodes SRV discovery
## 0.14.12

View file

@ -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>

View file

@ -2,6 +2,22 @@
## Next release
- TODO
## 0.0.31
**Release date:** 2024-11-21
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
- 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

View file

@ -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

View file

@ -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>

View file

@ -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>