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@1d4f6d6 (#7473)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Co-authored-by: AndrewChubatiuk <3162380+AndrewChubatiuk@users.noreply.github.com>
This commit is contained in:
parent
156a04e900
commit
af9638c480
23 changed files with 421 additions and 35 deletions
|
@ -1,7 +1,29 @@
|
|||
## Next release
|
||||
|
||||
- Added ability to override PVC name for Deployment
|
||||
- Updated dashboards
|
||||
- TODO
|
||||
|
||||
## 0.7.3
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v0.40.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.40.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- made message, time, stream fields configurable. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1695)
|
||||
|
||||
## 0.7.2
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v0.40.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.40.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- added ability to override PVC name for Deployment
|
||||
- updated dashboards
|
||||
- added JSON parsing
|
||||
- upgraded victorialogs 0.37.0 -> 0.40.0
|
||||
- made configurable service port in fluent-bit output config. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1693)
|
||||
|
||||
## 0.7.1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square)
|
||||
![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-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/)
|
||||
|
||||
|
@ -143,6 +143,106 @@ Change the values according to the need of the environment in ``victoria-logs-si
|
|||
<th class="helm-vars-description">Description</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>config.accountID</td>
|
||||
<td>int</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">0
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.msgFields[0]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">msg
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.msgFields[1]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">_msg
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.msgFields[2]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">message
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.projectID</td>
|
||||
<td>int</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">0
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.streamFields[0]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">stream
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.streamFields[1]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">kubernetes_pod_name
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.streamFields[2]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">kubernetes_container_name
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.streamFields[3]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">kubernetes_namespace_name
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>config.timeFields[0]</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">date
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dashboards.annotations</td>
|
||||
<td>object</td>
|
||||
|
@ -241,6 +341,16 @@ config:
|
|||
Operation lift
|
||||
Nested_under kubernetes
|
||||
Add_prefix kubernetes_
|
||||
[FILTER]
|
||||
Name parser
|
||||
Match *
|
||||
Parser json
|
||||
Key_Name log
|
||||
Reserve_Data On
|
||||
[FILTER]
|
||||
Name modify
|
||||
Match *
|
||||
Rename log msg
|
||||
outputs: |
|
||||
@INCLUDE /fluent-bit/etc/conf/vl/output_*.conf
|
||||
daemonSetVolumeMounts:
|
||||
|
@ -300,6 +410,16 @@ resources: {}
|
|||
Operation lift
|
||||
Nested_under kubernetes
|
||||
Add_prefix kubernetes_
|
||||
[FILTER]
|
||||
Name parser
|
||||
Match *
|
||||
Parser json
|
||||
Key_Name log
|
||||
Reserve_Data On
|
||||
[FILTER]
|
||||
Name modify
|
||||
Match *
|
||||
Rename log msg
|
||||
|
||||
</code>
|
||||
</pre>
|
||||
|
@ -329,6 +449,17 @@ resources: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Enable deployment of fluent-bit</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
## Next release
|
||||
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.14.6
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- Use only podLabels as extra labels for pods
|
||||
- Renamed `.Values.statefulset` to `.Values.statefulSet` for consistency
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
|
||||
## 0.14.5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.5](https://img.shields.io/badge/Version-0.14.5-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.6](https://img.shields.io/badge/Version-0.14.6-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-agent)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
|
@ -448,8 +448,7 @@ scrape_configs:
|
|||
<td>deployment</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">enabled: true
|
||||
strategy: {}
|
||||
<code class="language-yaml">strategy: {}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -543,7 +542,7 @@ loggerFormat: json
|
|||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Extra labels for Pods, Deployment and Statefulset</p>
|
||||
<td><p>Extra labels for Deployment and Statefulset</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -599,6 +598,17 @@ loggerFormat: json
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Overrides the fullname prefix</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -1441,7 +1451,7 @@ periodSeconds: 15
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>statefulset</td>
|
||||
<td>statefulSet</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">clusterMode: false
|
||||
|
@ -1455,7 +1465,7 @@ updateStrategy: {}
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>statefulset.clusterMode</td>
|
||||
<td>statefulSet.clusterMode</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">false
|
||||
|
@ -1466,7 +1476,7 @@ updateStrategy: {}
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>statefulset.replicationFactor</td>
|
||||
<td>statefulSet.replicationFactor</td>
|
||||
<td>int</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">1
|
||||
|
@ -1477,7 +1487,7 @@ updateStrategy: {}
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>statefulset.updateStrategy</td>
|
||||
<td>statefulSet.updateStrategy</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
## Next release
|
||||
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- changed `alertmanager.podMetadata.labels` to `alertmanager.podLabels`
|
||||
- changed `alertmanager.podMetadata.annotations` to `alertmanager.podAnnotations`
|
||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.12.4
|
||||
|
||||
|
|
|
@ -498,15 +498,25 @@ tag: v0.25.0
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>alertmanager.podMetadata</td>
|
||||
<td>alertmanager.podAnnotations</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">annotations: {}
|
||||
labels: {}
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Alertmanager Pod metadata</p>
|
||||
<td><p>Alertmanager Pod annotations</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>alertmanager.podLabels</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Alertmanager Pod labels</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -777,6 +787,17 @@ labels: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Add extra specs dynamically to this chart</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
## Next release
|
||||
|
||||
- use common templates
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- added podLabels and podAnnotations to add extra pod labels and annotations
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 1.6.3
|
||||
|
||||
|
|
|
@ -452,6 +452,17 @@ tenant_id: ""
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Full name prefix override</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -765,6 +776,17 @@ minAvailable: 1
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>See <code>kubectl explain poddisruptionbudget.spec</code> for more. Details are <a href="https://kubernetes.io/docs/tasks/run-application/configure-pdb/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>podLabels</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Labels to be added to pod</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
## Next release
|
||||
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.7.5
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- added podLabels for pods only and use extraLabels for deployment
|
||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
|
||||
## 0.7.4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.5-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-auth)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
|
@ -234,7 +234,7 @@ loggerFormat: json
|
|||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Labels to be added to the deployment and pods</p>
|
||||
<td><p>Labels to be added to the deployment</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -279,6 +279,17 @@ loggerFormat: json
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Full name prefix override</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -637,6 +648,17 @@ labels: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>See <code>kubectl explain poddisruptionbudget.spec</code> for more. Official guide is <a href="https://kubernetes.io/docs/tasks/run-application/configure-pdb/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>podLabels</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Labels to be added to pod</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
- TODO
|
||||
|
||||
## 0.14.9
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.14.8
|
||||
|
||||
**Release date:** 2024-11-05
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.8](https://img.shields.io/badge/Version-0.14.8-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.9](https://img.shields.io/badge/Version-0.14.9-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-cluster)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
|
@ -167,7 +167,7 @@ Change the values according to the need of the environment in ``victoria-metrics
|
|||
<td>global.cluster</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">dnsDomain: cluster.local
|
||||
<code class="language-yaml">dnsDomain: cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## Next release
|
||||
|
||||
- TODO
|
||||
- Added ability to disable name truncation
|
||||
|
||||
## 0.0.20
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- Fixed boolean args rendering
|
||||
|
||||
## 0.0.19
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
- `availabilityZones[*].vmauthIngest` was moved to `availabilityZones[*].write.vmauth`
|
||||
- `availabilityZones[*].vmauthQueryPerZone` was moved to `availabilityZones[*].read.perZone.vmauth`
|
||||
- `availabilityZones[*].vmauthCrossAZQuery` was moved to `availabilityZones[*].read.crossZone.vmauth`
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.4.2
|
||||
|
||||
|
|
|
@ -805,11 +805,23 @@ spec:
|
|||
<td>global</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
<code class="language-yaml">cluster:
|
||||
dnsDomain: cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Global chart properties</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -862,14 +874,9 @@ spec:
|
|||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">alertmanager:
|
||||
enabled: false
|
||||
crds:
|
||||
enabled: true
|
||||
enabled: true
|
||||
grafana:
|
||||
enabled: true
|
||||
sidecar:
|
||||
datasources:
|
||||
enabled: true
|
||||
victoria-metrics-operator:
|
||||
enabled: true
|
||||
vmagent:
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
## Next release
|
||||
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.5.5
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- added extraLabels for Deployment and podLabels for Pods
|
||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
|
||||
## 0.5.4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-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-gateway)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
|
@ -325,6 +325,17 @@ loggerFormat: json
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Additional hostPath mounts</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>extraLabels</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Labels to be added to Deployment</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -358,6 +369,17 @@ loggerFormat: json
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Full name prefix</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -639,6 +661,17 @@ labels: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>See <code>kubectl explain poddisruptionbudget.spec</code> for more. Check <a href="https://kubernetes.io/docs/tasks/run-application/configure-pdb/" target="_blank">here</a> for details</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>podLabels</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Labels to be added to pod</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
## Next release
|
||||
|
||||
- updated dashboards
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.28.2
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- Updated dashboards
|
||||
- Fixed vmauth spec context
|
||||
|
||||
## 0.28.1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.28.1](https://img.shields.io/badge/Version-0.28.1-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.28.2](https://img.shields.io/badge/Version-0.28.2-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-k8s-stack)
|
||||
|
||||
Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
|
||||
|
@ -1308,6 +1308,17 @@ write:
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Resource full name prefix override</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
## Next release
|
||||
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
|
||||
## 0.37.0
|
||||
|
||||
|
|
|
@ -475,11 +475,12 @@ requests:
|
|||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.compatibility</td>
|
||||
|
|
|
@ -1,5 +1,25 @@
|
|||
## Next release
|
||||
|
||||
- TODO
|
||||
|
||||
## 0.12.6
|
||||
|
||||
**Release date:** 2024-11-07
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- set default DNS domain to `cluster.local.`
|
||||
- updated common dependency 0.0.19 -> 0.0.20
|
||||
- fixed ability to pass a custom scrape and relabel configs. see [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1700).
|
||||
|
||||
## 0.12.5
|
||||
|
||||
**Release date:** 2024-11-06
|
||||
|
||||
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- Fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||
|
||||
## 0.12.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.6](https://img.shields.io/badge/Version-0.12.6-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-single)
|
||||
|
||||
Victoria Metrics Single version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus
|
||||
|
@ -141,6 +141,17 @@ Change the values according to the need of the environment in ``victoria-metrics
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Add extra specs dynamically to this chart</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>global.cluster.dnsDomain</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">cluster.local.
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are <a href="https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue