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@bb18d1e
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
6b775ca68c
commit
27df681ce9
4 changed files with 64 additions and 38 deletions
|
@ -2,6 +2,16 @@
|
|||
|
||||
- TODO
|
||||
|
||||
## 0.6.4
|
||||
|
||||
**Release date:** 2024-09-23
|
||||
|
||||
![AppVersion: v0.29.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.29.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- VictoriaLogs 0.29.0
|
||||
- Fixed host template in default fluent-bit output configuration
|
||||
|
||||
## 0.6.3
|
||||
|
||||
**Release date:** 2024-09-16
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square)
|
||||
![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.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-logs-single)
|
||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||
|
||||
|
@ -178,14 +178,17 @@ Change the values according to the need of the environment in ``victoria-logs-si
|
|||
[OUTPUT]
|
||||
Name http
|
||||
Match kube.*
|
||||
Host '{{ include "victoria-logs.server.fullname" . }}'
|
||||
Host {{ include "victoria-logs.server.fullname" . }}
|
||||
port 9428
|
||||
compress gzip
|
||||
uri /insert/jsonline?_stream_fields=stream,kubernetes_pod_name,kubernetes_container_name,kubernetes_namespace_name&_msg_field=log&_time_field=date
|
||||
uri /insert/jsonline
|
||||
format json_lines
|
||||
json_date_format iso8601
|
||||
header AccountID 0
|
||||
header ProjectID 0
|
||||
header VL-Msg-Field log
|
||||
header VL-Time-Field date
|
||||
header VL-Stream-Fields stream,kubernetes_pod_name,kubernetes_container_name,kubernetes_namespace_name
|
||||
daemonSetVolumeMounts:
|
||||
- mountPath: /var/log
|
||||
name: varlog
|
||||
|
@ -241,14 +244,17 @@ resources: {}
|
|||
[OUTPUT]
|
||||
Name http
|
||||
Match kube.*
|
||||
Host '{{ include "victoria-logs.server.fullname" . }}'
|
||||
Host {{ include "victoria-logs.server.fullname" . }}
|
||||
port 9428
|
||||
compress gzip
|
||||
uri /insert/jsonline?_stream_fields=stream,kubernetes_pod_name,kubernetes_container_name,kubernetes_namespace_name&_msg_field=log&_time_field=date
|
||||
uri /insert/jsonline
|
||||
format json_lines
|
||||
json_date_format iso8601
|
||||
header AccountID 0
|
||||
header ProjectID 0
|
||||
header VL-Msg-Field log
|
||||
header VL-Time-Field date
|
||||
header VL-Stream-Fields stream,kubernetes_pod_name,kubernetes_container_name,kubernetes_namespace_name
|
||||
|
||||
</code>
|
||||
</pre>
|
||||
|
|
|
@ -1,7 +1,17 @@
|
|||
## Next release
|
||||
|
||||
- TODO
|
||||
|
||||
## 0.35.0
|
||||
|
||||
**Release date:** 2024-09-26
|
||||
|
||||
![AppVersion: v0.48.0](https://img.shields.io/static/v1?label=AppVersion&message=v0.48.0&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- Made webhook port configurable. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1506)
|
||||
- Changed crd cleanup hook delete policy to prevent `resource already exists` error.
|
||||
- updates operator to [v0.48.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.48.0) version
|
||||
|
||||
## 0.34.8
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.34.8](https://img.shields.io/badge/Version-0.34.8-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.35.0](https://img.shields.io/badge/Version-0.35.0-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-operator)
|
||||
|
||||
Victoria Metrics Operator
|
||||
|
|
Loading…
Reference in a new issue