diff --git a/docs/helm/victoria-logs-single/CHANGELOG.md b/docs/helm/victoria-logs-single/CHANGELOG.md index f88c91c66..2d573311c 100644 --- a/docs/helm/victoria-logs-single/CHANGELOG.md +++ b/docs/helm/victoria-logs-single/CHANGELOG.md @@ -1,5 +1,23 @@ ## Next release +- TODO + +## 0.7.1 + +**Release date:** 2024-10-25 + +![AppVersion: v0.37.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.37.0&color=success&logo=) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +- Support multiple paths for a single ingress domain + +## 0.7.0 + +**Release date:** 2024-10-25 + +![AppVersion: v0.37.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.37.0&color=success&logo=) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + - Added grafana dashboard. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1590) - Custom fluent-bit template to push data to multiple VLogs instances when replica count is greated than 1 diff --git a/docs/helm/victoria-logs-single/README.md b/docs/helm/victoria-logs-single/README.md index 8f60fae62..af2aa0662 100644 --- a/docs/helm/victoria-logs-single/README.md +++ b/docs/helm/victoria-logs-single/README.md @@ -1,4 +1,4 @@ - ![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) + ![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-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/) @@ -221,7 +221,11 @@ Change the values according to the need of the environment in ``victoria-logs-si
-config:
+args:
+ - --workdir=/fluent-bit/etc
+ - --config=/fluent-bit/etc/conf/fluent-bit.conf
+ - --enable-hot-reload
+config:
filters: |
[FILTER]
Name kubernetes
@@ -246,7 +250,7 @@ daemonSetVolumeMounts:
name: varlibdockercontainers
readOnly: true
- mountPath: /fluent-bit/etc/conf/vl
- name: victorialogs-outputs
+ name: vl-outputs
daemonSetVolumes:
- hostPath:
path: /var/log
@@ -255,9 +259,21 @@ daemonSetVolumes:
path: /var/lib/docker/containers
name: varlibdockercontainers
- configMap:
- name: victorialogs-outputs
- name: victorialogs-outputs
+ name: vl-outputs
+ name: vl-outputs
enabled: false
+extraContainers: |
+ - name: reloader
+ image: {{ include "fluent-bit.image" .Values.hotReload.image }}
+ args:
+ - {{ printf "-webhook-url=http://localhost:%s/api/v2/reload" (toString .Values.metricsPort) }}
+ - -volume-dir=/watch/config
+ - -volume-dir=/watch/outputs
+ volumeMounts:
+ - name: config
+ mountPath: /watch/config
+ - name: vl-outputs
+ mountPath: /watch/outputs
resources: {}
diff --git a/docs/helm/victoria-metrics-agent/CHANGELOG.md b/docs/helm/victoria-metrics-agent/CHANGELOG.md
index 5def3c0f6..b5d18cbce 100644
--- a/docs/helm/victoria-metrics-agent/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-agent/CHANGELOG.md
@@ -2,6 +2,15 @@
- TODO
+## 0.14.4
+
+**Release date:** 2024-10-29
+
+![AppVersion: v1.105.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.105.0&color=success&logo=)
+![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
+
+- Support HPA for Statefulset
+
## 0.14.3
**Release date:** 2024-10-21
diff --git a/docs/helm/victoria-metrics-agent/README.md b/docs/helm/victoria-metrics-agent/README.md
index 74733c3d0..b5bc19f7b 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.3](https://img.shields.io/badge/Version-0.14.3-informational?style=flat-square)
+![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.4](https://img.shields.io/badge/Version-0.14.4-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/)
diff --git a/docs/helm/victoria-metrics-alert/CHANGELOG.md b/docs/helm/victoria-metrics-alert/CHANGELOG.md
index 5ef621af6..954ebafbb 100644
--- a/docs/helm/victoria-metrics-alert/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-alert/CHANGELOG.md
@@ -1,6 +1,6 @@
## Next release
-- TODO
+- use common templates
## 0.12.3
diff --git a/docs/helm/victoria-metrics-alert/README.md b/docs/helm/victoria-metrics-alert/README.md
index c1d27ab0b..f054320d8 100644
--- a/docs/helm/victoria-metrics-alert/README.md
+++ b/docs/helm/victoria-metrics-alert/README.md
@@ -859,50 +859,6 @@ name: ""
Existing secret name
-
-{}
-
-
-Role/RoleBinding annotations
-
-true
-
-
-Enables Role/RoleBinding creation
-
-{}
-
-
-Role/RoleBinding labels
-
-false
-
-
-If true and rbac.enabled
, will deploy a Role/RoleBinding instead of a ClusterRole/ClusterRoleBinding
-server
+""
read:
url: ""
+vmauth:
+ read:
+ - src_paths:
+ - /select/.*
+ url_prefix:
+ - /
+ write:
+ - src_paths:
+ - /insert/.*
+ url_prefix:
+ - /
write:
url: ""
External VM read and write URLs
+
+read:
+ - src_paths:
+ - /select/.*
+ url_prefix:
+ - /
+write:
+ - src_paths:
+ - /insert/.*
+ url_prefix:
+ - /
+
+
+Custom VMAuth config, url_prefix requires only path, which will be appended to a read and write base URL. To disable auth for read or write empty list for component config externalVM.vmauth.<component>: []
Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these docs
+
+vminsert:
+ - src_paths:
+ - /insert/.*
+ url_prefix:
+ - /
+vmselect:
+ - src_paths:
+ - /select/.*
+ url_prefix:
+ - /
+
+
+Custom VMAuth config, url_prefix requires only path, which will be appended to a select and insert base URL. To disable auth for vmselect or vminsert empty list for component config vmcluster.vmauth.<component>: []
-server
+null
Server container name
+Server resource name prefix