diff --git a/docs/helm/victoria-logs-single/CHANGELOG.md b/docs/helm/victoria-logs-single/CHANGELOG.md
index 21bb9a90f..0d64ece95 100644
--- a/docs/helm/victoria-logs-single/CHANGELOG.md
+++ b/docs/helm/victoria-logs-single/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-logs-single/README.md b/docs/helm/victoria-logs-single/README.md
index 2b13d3f07..d4dbc60d1 100644
--- a/docs/helm/victoria-logs-single/README.md
+++ b/docs/helm/victoria-logs-single/README.md
@@ -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
+
+ config.accountID |
+ int |
+
+0
+
+
+ |
+ |
+
+
+ config.msgFields[0] |
+ string |
+
+msg
+
+
+ |
+ |
+
+
+ config.msgFields[1] |
+ string |
+
+_msg
+
+
+ |
+ |
+
+
+ config.msgFields[2] |
+ string |
+
+message
+
+
+ |
+ |
+
+
+ config.projectID |
+ int |
+
+0
+
+
+ |
+ |
+
+
+ config.streamFields[0] |
+ string |
+
+stream
+
+
+ |
+ |
+
+
+ config.streamFields[1] |
+ string |
+
+kubernetes_pod_name
+
+
+ |
+ |
+
+
+ config.streamFields[2] |
+ string |
+
+kubernetes_container_name
+
+
+ |
+ |
+
+
+ config.streamFields[3] |
+ string |
+
+kubernetes_namespace_name
+
+
+ |
+ |
+
+
+ config.timeFields[0] |
+ string |
+
+date
+
+
+ |
+ |
+
dashboards.annotations |
object |
@@ -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
@@ -329,6 +449,17 @@ resources: {}
Enable deployment of fluent-bit
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
diff --git a/docs/helm/victoria-metrics-agent/CHANGELOG.md b/docs/helm/victoria-metrics-agent/CHANGELOG.md
index 67f699685..0b23f3c00 100644
--- a/docs/helm/victoria-metrics-agent/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-agent/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-agent/README.md b/docs/helm/victoria-metrics-agent/README.md
index f0b4a18c9..72f1a019b 100644
--- a/docs/helm/victoria-metrics-agent/README.md
+++ b/docs/helm/victoria-metrics-agent/README.md
@@ -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:
deployment |
object |
-enabled: true
-strategy: {}
+strategy: {}
|
@@ -543,7 +542,7 @@ loggerFormat: json
- Extra labels for Pods, Deployment and Statefulset
+ | Extra labels for Deployment and Statefulset
|
@@ -599,6 +598,17 @@ loggerFormat: json
Overrides the fullname prefix
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
@@ -1441,7 +1451,7 @@ periodSeconds: 15
- statefulset |
+ statefulSet |
object |
clusterMode: false
@@ -1455,7 +1465,7 @@ updateStrategy: {}
|
- statefulset.clusterMode |
+ statefulSet.clusterMode |
bool |
false
@@ -1466,7 +1476,7 @@ updateStrategy: {}
|
- statefulset.replicationFactor |
+ statefulSet.replicationFactor |
int |
1
@@ -1477,7 +1487,7 @@ updateStrategy: {}
|
- statefulset.updateStrategy |
+ statefulSet.updateStrategy |
object |
{}
diff --git a/docs/helm/victoria-metrics-alert/CHANGELOG.md b/docs/helm/victoria-metrics-alert/CHANGELOG.md
index f94816736..a5dcdb599 100644
--- a/docs/helm/victoria-metrics-alert/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-alert/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-alert/README.md b/docs/helm/victoria-metrics-alert/README.md
index 058cb6628..bb3e6e497 100644
--- a/docs/helm/victoria-metrics-alert/README.md
+++ b/docs/helm/victoria-metrics-alert/README.md
@@ -498,15 +498,25 @@ tag: v0.25.0
|
- alertmanager.podMetadata |
+ alertmanager.podAnnotations |
object |
-annotations: {}
-labels: {}
+{}
|
- Alertmanager Pod metadata
+ | Alertmanager Pod annotations
+ |
+
+
+ alertmanager.podLabels |
+ object |
+
+{}
+
+
+ |
+ Alertmanager Pod labels
|
@@ -777,6 +787,17 @@ labels: {}
Add extra specs dynamically to this chart
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
diff --git a/docs/helm/victoria-metrics-anomaly/CHANGELOG.md b/docs/helm/victoria-metrics-anomaly/CHANGELOG.md
index ff9cefaec..3cc815cf0 100644
--- a/docs/helm/victoria-metrics-anomaly/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-anomaly/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-anomaly/README.md b/docs/helm/victoria-metrics-anomaly/README.md
index 1b511694e..73e4636ef 100644
--- a/docs/helm/victoria-metrics-anomaly/README.md
+++ b/docs/helm/victoria-metrics-anomaly/README.md
@@ -452,6 +452,17 @@ tenant_id: ""
Full name prefix override
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
@@ -765,6 +776,17 @@ minAvailable: 1
See kubectl explain poddisruptionbudget.spec for more. Details are here
+ |
+
+
+ podLabels |
+ object |
+
+{}
+
+
+ |
+ Labels to be added to pod
|
diff --git a/docs/helm/victoria-metrics-auth/CHANGELOG.md b/docs/helm/victoria-metrics-auth/CHANGELOG.md
index 9186a9671..959097472 100644
--- a/docs/helm/victoria-metrics-auth/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-auth/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-auth/README.md b/docs/helm/victoria-metrics-auth/README.md
index 3da0dbbf2..e9a4cc19a 100644
--- a/docs/helm/victoria-metrics-auth/README.md
+++ b/docs/helm/victoria-metrics-auth/README.md
@@ -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
- Labels to be added to the deployment and pods
+ | Labels to be added to the deployment
|
@@ -279,6 +279,17 @@ loggerFormat: json
Full name prefix override
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
@@ -637,6 +648,17 @@ labels: {}
See kubectl explain poddisruptionbudget.spec for more. Official guide is here
+ |
+
+
+ podLabels |
+ object |
+
+{}
+
+
+ |
+ Labels to be added to pod
|
diff --git a/docs/helm/victoria-metrics-cluster/CHANGELOG.md b/docs/helm/victoria-metrics-cluster/CHANGELOG.md
index cae1ea816..3be83878f 100644
--- a/docs/helm/victoria-metrics-cluster/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-cluster/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-cluster/README.md b/docs/helm/victoria-metrics-cluster/README.md
index a78b13086..d23dd58f9 100644
--- a/docs/helm/victoria-metrics-cluster/README.md
+++ b/docs/helm/victoria-metrics-cluster/README.md
@@ -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
global.cluster |
object |
-dnsDomain: cluster.local
+dnsDomain: cluster.local.
|
diff --git a/docs/helm/victoria-metrics-common/CHANGELOG.md b/docs/helm/victoria-metrics-common/CHANGELOG.md
index 8dc1e7d57..9662d0c3c 100644
--- a/docs/helm/victoria-metrics-common/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-common/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-distributed/CHANGELOG.md b/docs/helm/victoria-metrics-distributed/CHANGELOG.md
index 7d3c02845..b59a6adfc 100644
--- a/docs/helm/victoria-metrics-distributed/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-distributed/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-distributed/README.md b/docs/helm/victoria-metrics-distributed/README.md
index 55b69a5ad..6d578347b 100644
--- a/docs/helm/victoria-metrics-distributed/README.md
+++ b/docs/helm/victoria-metrics-distributed/README.md
@@ -805,11 +805,23 @@ spec:
global |
object |
-{}
+cluster:
+ dnsDomain: cluster.local.
|
Global chart properties
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
@@ -862,14 +874,9 @@ spec:
alertmanager:
enabled: false
-crds:
- enabled: true
enabled: true
grafana:
enabled: true
- sidecar:
- datasources:
- enabled: true
victoria-metrics-operator:
enabled: true
vmagent:
diff --git a/docs/helm/victoria-metrics-gateway/CHANGELOG.md b/docs/helm/victoria-metrics-gateway/CHANGELOG.md
index fc68dad7f..1627eb820 100644
--- a/docs/helm/victoria-metrics-gateway/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-gateway/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-gateway/README.md b/docs/helm/victoria-metrics-gateway/README.md
index bae314967..caecb9d68 100644
--- a/docs/helm/victoria-metrics-gateway/README.md
+++ b/docs/helm/victoria-metrics-gateway/README.md
@@ -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
|
Additional hostPath mounts
+ |
+
+
+ extraLabels |
+ object |
+
+{}
+
+
+ |
+ Labels to be added to Deployment
|
@@ -358,6 +369,17 @@ loggerFormat: json
Full name prefix
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
@@ -639,6 +661,17 @@ labels: {}
See kubectl explain poddisruptionbudget.spec for more. Check here for details
+ |
+
+
+ podLabels |
+ object |
+
+{}
+
+
+ |
+ Labels to be added to pod
|
diff --git a/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md b/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
index bbe7a7fb4..4c097bc2d 100644
--- a/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-k8s-stack/README.md b/docs/helm/victoria-metrics-k8s-stack/README.md
index 806ed5b9b..6f07fd4ff 100644
--- a/docs/helm/victoria-metrics-k8s-stack/README.md
+++ b/docs/helm/victoria-metrics-k8s-stack/README.md
@@ -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:
Resource full name prefix override
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|
diff --git a/docs/helm/victoria-metrics-operator/CHANGELOG.md b/docs/helm/victoria-metrics-operator/CHANGELOG.md
index d478a23a6..879937c42 100644
--- a/docs/helm/victoria-metrics-operator/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-operator/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-operator/README.md b/docs/helm/victoria-metrics-operator/README.md
index 4ea9e1d42..6c5a6f030 100644
--- a/docs/helm/victoria-metrics-operator/README.md
+++ b/docs/helm/victoria-metrics-operator/README.md
@@ -475,11 +475,12 @@ requests:
global.cluster.dnsDomain |
string |
-cluster.local
+cluster.local.
|
- |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
+ |
global.compatibility |
diff --git a/docs/helm/victoria-metrics-single/CHANGELOG.md b/docs/helm/victoria-metrics-single/CHANGELOG.md
index 2f3f47ba3..8b59643f7 100644
--- a/docs/helm/victoria-metrics-single/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-single/CHANGELOG.md
@@ -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
diff --git a/docs/helm/victoria-metrics-single/README.md b/docs/helm/victoria-metrics-single/README.md
index e564a4a5e..48fbf94ba 100644
--- a/docs/helm/victoria-metrics-single/README.md
+++ b/docs/helm/victoria-metrics-single/README.md
@@ -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
Add extra specs dynamically to this chart
+ |
+
+
+ global.cluster.dnsDomain |
+ string |
+
+cluster.local.
+
+
+ |
+ K8s cluster domain suffix, uses for building storage pods’ FQDN. Details are here
|