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-common/CHANGELOG.md b/docs/helm/victoria-metrics-common/CHANGELOG.md
index f2142b1be..39a9fba61 100644
--- a/docs/helm/victoria-metrics-common/CHANGELOG.md
+++ b/docs/helm/victoria-metrics-common/CHANGELOG.md
@@ -4,6 +4,15 @@
- TODO
+## 0.0.17
+
+**Release date:** 2024-10-25
+
+![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
+
+- Added vm.podLabels template
+- Do no append default `
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