diff --git a/docs/helm/victoria-metrics-agent/CHANGELOG.md b/docs/helm/victoria-metrics-agent/CHANGELOG.md
index 4eaa638a36..f5670ce576 100644
--- a/docs/helm/victoria-metrics-agent/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-agent/CHANGELOG.md
@@ -1,6 +1,18 @@
## Next release
+- TODO
+
+## 0.13.0
+
+**Release date:** 2024-09-27
+
+
+
+
+**Update note**: `remoteWriteUrls` and `multiTenantUrls` parameters were replaced by `remoteWrite`. Please follow [upgrade guide](./README.md#upgrade-to-0130)
+
- Fail if no remoteWriteUrls set
+- Added `remoteWrite` array param, which can contain all `remoteWrite.*` flag values. Please check chart docs for details.
## 0.12.2
diff --git a/docs/helm/victoria-metrics-agent/README.md b/docs/helm/victoria-metrics-agent/README.md
index 3d71e22f17..a8016a64be 100644
--- a/docs/helm/victoria-metrics-agent/README.md
+++ b/docs/helm/victoria-metrics-agent/README.md
@@ -1,4 +1,4 @@
- 
+ 
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-agent)
[](https://slack.victoriametrics.com/)
@@ -90,6 +90,28 @@ See the history of versions of `vma` application with command.
helm history vma -n NAMESPACE
```
+## Upgrade guide
+
+### Upgrade to 0.13.0
+
+- replace `remoteWriteUrls` to `remoteWrite`:
+
+Given below config
+
+```yaml
+remoteWriteUrls:
+- http://address1/api/v1/write
+- http://address2/api/v1/write
+```
+
+should be changed to
+
+```yaml
+remoteWrite:
+- url: http://address1/api/v1/write
+- url: http://address2/api/v1/write
+```
+
## How to uninstall
Remove application with command.
@@ -882,17 +904,6 @@ name: ""
Existing secret name
- |
-
-
- multiTenantUrls |
- list |
-
-[]
-
-
- |
- Destination multitenant endpoint for scraped/received metrics
|
@@ -1144,14 +1155,14 @@ periodSeconds: 15
- remoteWriteUrls |
- list |
-
-[]
+ remoteWrite |
+ string |
+
+null
|
- WARN: need to specify at least one remote write url or one multi tenant url
+ | Generates remoteWrite.* flags and config maps with value content for values, that are of type list of map. Each item should contain url param to pass validation.
|
|
diff --git a/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md b/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
index d044b526ad..5e85c6f66e 100644
--- a/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-k8s-stack/CHANGELOG.md
@@ -2,6 +2,15 @@
- TODO
+## 0.26.0
+
+**Release date:** 2024-09-29
+
+
+
+
+- updates operator to [v0.48.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.48.3)
+
## 0.25.17
**Release date:** 2024-09-20
diff --git a/docs/helm/victoria-metrics-k8s-stack/README.md b/docs/helm/victoria-metrics-k8s-stack/README.md
index a501c56701..452f76dbe0 100644
--- a/docs/helm/victoria-metrics-k8s-stack/README.md
+++ b/docs/helm/victoria-metrics-k8s-stack/README.md
@@ -1,4 +1,4 @@
- 
+ 
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-k8s-stack)
Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
diff --git a/docs/helm/victoria-metrics-operator/CHANGELOG.md b/docs/helm/victoria-metrics-operator/CHANGELOG.md
index 36b8f2d240..30cd69b7e9 100644
--- a/docs/helm/victoria-metrics-operator/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-operator/CHANGELOG.md
@@ -2,6 +2,15 @@
- TODO
+## 0.35.2
+
+**Release date:** 2024-09-29
+
+
+
+
+- updates operator to [v0.48.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.48.3) version
+
## 0.35.1
**Release date:** 2024-09-26
diff --git a/docs/helm/victoria-metrics-operator/README.md b/docs/helm/victoria-metrics-operator/README.md
index 665417602c..5a2bdc9ed1 100644
--- a/docs/helm/victoria-metrics-operator/README.md
+++ b/docs/helm/victoria-metrics-operator/README.md
@@ -1,4 +1,4 @@
- 
+ 
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-operator)
Victoria Metrics Operator