Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
Co-authored-by: AndrewChubatiuk <3162380+AndrewChubatiuk@users.noreply.github.com>
This commit is contained in:
Github Actions 2024-11-12 08:00:19 -08:00 committed by GitHub
parent 8b0f5b2315
commit 254d9e2729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 108 additions and 43 deletions

View File

@ -1,6 +1,7 @@
## Next release
- TODO
- Removed redundant `VECTOR_SELF_NODE_NAME` env variable from vector values. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1727).
- Added Vector dashboard. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1721).
## 0.8.1

View File

@ -270,7 +270,7 @@ Change the values according to the need of the environment in ``victoria-logs-si
</code>
</pre>
</td>
<td><p>Global name override</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>
@ -1121,13 +1121,22 @@ readOnlyRootFilesystem: true
<td>vector</td>
<td>object</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
<code class="language-yaml">customConfig:
<code class="language-yaml">containerPorts:
- containerPort: 9090
name: prom-exporter
protocol: TCP
customConfig:
api:
address: 127.0.0.1:8686
enabled: false
playground: true
data_dir: /vector-data-dir
sinks:
exporter:
address: 0.0.0.0:9090
inputs:
- internal_metrics
type: prometheus_exporter
vlogs:
api_version: v8
compression: gzip
@ -1146,6 +1155,8 @@ readOnlyRootFilesystem: true
VL-Time-Field: timestamp
type: elasticsearch
sources:
internal_metrics:
type: internal_metrics
k8s:
type: kubernetes_logs
transforms:
@ -1158,13 +1169,10 @@ readOnlyRootFilesystem: true
type: remap
dataDir: /vector-data-dir
enabled: false
env:
- name: VECTOR_SELF_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
existingConfigMaps:
- vl-config
podMonitor:
enabled: false
resources: {}
role: Agent
service:

View File

@ -1,7 +1,18 @@
## Next release
- TODO
## 0.14.7
**Release date:** 2024-11-12
![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.23
- added template for configmap name
- fixed statefulset variable name typo
## 0.14.6

View File

@ -1,4 +1,4 @@
![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)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.7](https://img.shields.io/badge/Version-0.14.7-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/)
@ -597,7 +597,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>Overrides the fullname prefix</p>
<td><p>Override resources fullname</p>
</td>
</tr>
<tr>
@ -924,7 +924,7 @@ name: ""
</code>
</pre>
</td>
<td><p>Overrides fullname suffix</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>
@ -1166,9 +1166,9 @@ periodSeconds: 15
</tr>
<tr>
<td>remoteWrite</td>
<td>string</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">null
<td>list</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
<code class="language-yaml">[]
</code>
</pre>
</td>

View File

@ -1,10 +1,20 @@
## Next release
- TODO
## 0.12.5
**Release date:** 2024-11-12
![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)
- 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.23
- added template for configmap name. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1734)
## 0.12.4

View File

@ -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.5](https://img.shields.io/badge/Version-0.12.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-alert)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
@ -273,6 +273,17 @@ route:
</pre>
</td>
<td><p>Extra Volumes for the pod</p>
</td>
</tr>
<tr>
<td>alertmanager.fullnameOverride</td>
<td>string</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">""
</code>
</pre>
</td>
<td><p>Override Alertmanager resources fullname</p>
</td>
</tr>
<tr>
@ -891,6 +902,17 @@ name: ""
</pre>
</td>
<td><p>Existing secret name</p>
</td>
</tr>
<tr>
<td>nameOverride</td>
<td>string</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">""
</code>
</pre>
</td>
<td><p>Override chart name</p>
</td>
</tr>
<tr>
@ -1087,7 +1109,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>Full name prefix override</p>
<td><p>Override vmalert resources fullname</p>
</td>
</tr>
<tr>
@ -1234,18 +1256,7 @@ variant: ""
</code>
</pre>
</td>
<td><p>Override fullname suffix</p>
</td>
</tr>
<tr>
<td>server.nameOverride</td>
<td>string</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">""
</code>
</pre>
</td>
<td><p>Full name suffix override</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>

View File

@ -1,5 +1,15 @@
## Next release
- TODO
## 1.6.4
**Release date:** 2024-11-12
![AppVersion: v1.18.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.18.1&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
- Upgraded [`vmanomaly`](https://docs.victoriametrics.com/anomaly-detection/) to [1.18.1](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1181)
- use common templates
- set default DNS domain to `cluster.local.`
- added podLabels and podAnnotations to add extra pod labels and annotations

View File

@ -1,4 +1,4 @@
![Version: 1.6.3](https://img.shields.io/badge/Version-1.6.3-informational?style=flat-square)
![Version: 1.6.4](https://img.shields.io/badge/Version-1.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-metrics-anomaly)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
[![GitHub license](https://img.shields.io/github/license/VictoriaMetrics/VictoriaMetrics.svg)](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
@ -451,7 +451,7 @@ tenant_id: ""
</code>
</pre>
</td>
<td><p>Full name prefix override</p>
<td><p>Override resources fullname</p>
</td>
</tr>
<tr>
@ -621,7 +621,7 @@ name: ""
</code>
</pre>
</td>
<td><p>Full name suffix override</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>

View File

@ -278,7 +278,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>Full name prefix override</p>
<td><p>Override resources fullname</p>
</td>
</tr>
<tr>
@ -613,7 +613,7 @@ name: ""
</code>
</pre>
</td>
<td><p>Full name suffix override</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>

View File

@ -683,7 +683,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>VMAuth container name</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>
@ -1486,7 +1486,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>VMInsert name</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>
@ -2334,7 +2334,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>VMSelect container name</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>
@ -3205,7 +3205,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>VMStorage container name</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>

View File

@ -2,7 +2,8 @@
## Next release
- TODO
- Disabled impact of `<component>.name` on resource name to avoid confusion
- Fixed `vm.app.name` template for appCtx that contains slice
## 0.0.23

View File

@ -2,6 +2,7 @@
- set default DNS domain to `cluster.local.`
- updated common dependency 0.0.19 -> 0.0.23
- added template for configmap name
## 0.5.5

View File

@ -368,7 +368,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>Full name prefix</p>
<td><p>Override resources fullname</p>
</td>
</tr>
<tr>
@ -626,7 +626,7 @@ name: ""
</code>
</pre>
</td>
<td><p>Full name suffix</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>

View File

@ -3,6 +3,7 @@
- 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.23
- added back `crds.enabled: false` option, which disables CRD creation, but due to limitation of dependencies condition it allows to disable only in combination with `crds.plain: false`
## 0.37.0

View File

@ -348,6 +348,17 @@ requests:
</pre>
</td>
<td><p>Cleanup hook resources</p>
</td>
</tr>
<tr>
<td>crds.enabled</td>
<td>bool</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">true
</code>
</pre>
</td>
<td><p>manages CRD creation. Disables CRD creation only in combination with <code>crds.plain: false</code> due to helm dependency conditions limitation</p>
</td>
</tr>
<tr>
@ -468,7 +479,7 @@ requests:
</code>
</pre>
</td>
<td><p>Overrides the full name of server component</p>
<td><p>Overrides the full name of server component resources</p>
</td>
</tr>
<tr>
@ -616,7 +627,7 @@ variant: ""
</code>
</pre>
</td>
<td><p>VM operatror deployment name override</p>
<td><p>Override chart name</p>
</td>
</tr>
<tr>

View File

@ -606,7 +606,7 @@ loggerFormat: json
</code>
</pre>
</td>
<td><p>Server resource name prefix</p>
<td><p>Override default <code>app</code> label name</p>
</td>
</tr>
<tr>