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@bc8f462
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
66645c3dff
commit
f58742b809
21 changed files with 1106 additions and 97 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Prerequisites to develop and test Helm Charts
|
---
|
||||||
|
weight: 0
|
||||||
|
title: Requirements
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
weight: 1
|
||||||
|
parent: helm
|
||||||
|
aliases:
|
||||||
|
- /helm/requirements/index.html
|
||||||
|
---
|
||||||
## Kubernetes Cluster
|
## Kubernetes Cluster
|
||||||
|
|
||||||
You will need to create a Kubernetes cluster locally using [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube), [microk8s](https://microk8s.io), [kind](https://kind.sigs.k8s.io), [k3s](https://k3s.io) or other tools.
|
You will need to create a Kubernetes cluster locally using [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube), [microk8s](https://microk8s.io), [kind](https://kind.sigs.k8s.io), [k3s](https://k3s.io) or other tools.
|
||||||
|
|
|
@ -6,7 +6,7 @@ Victoria Logs Single version - high-performance, cost-effective and scalable log
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
* PV support on underlying infrastructure.
|
* PV support on underlying infrastructure.
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ helm uninstall vls -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.14.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.13.0
|
## 0.13.0
|
||||||
|
|
||||||
**Release date:** 2024-09-27
|
**Release date:** 2024-09-27
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.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-agent)
|
[![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/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Victoria Metrics Agent - collects metrics from various sources and stores them t
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ helm uninstall vma -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.11.1
|
## 0.11.1
|
||||||
|
|
||||||
**Release date:** 2024-09-10
|
**Release date:** 2024-09-10
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.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-alert)
|
[![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/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Victoria Metrics Alert - executes a list of given MetricsQL expressions (rules)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ helm uninstall vma -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 1.5.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-03
|
||||||
|
|
||||||
|
![AppVersion: v1.16.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.16.1&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- Upgraded vmanomaly to [1.16.1](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1161)
|
||||||
|
- Added the ability to enable persistence for models and data via `.Values.persistentVolume.dumpModels` and `.Values.persistentVolume.dumpData` variables respectively.
|
||||||
|
- Fix default `podSecurityContext` configuration to ensure fs group matches container user.
|
||||||
|
- Fix passing empty `tenant_id` in case tenant is not defined in values.
|
||||||
|
|
||||||
## 1.4.6
|
## 1.4.6
|
||||||
|
|
||||||
**Release date:** 2024-09-16
|
**Release date:** 2024-09-16
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Version: 1.4.6](https://img.shields.io/badge/Version-1.4.6-informational?style=flat-square)
|
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.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-anomaly)
|
[![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/)
|
[![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)
|
[![GitHub license](https://img.shields.io/github/license/VictoriaMetrics/VictoriaMetrics.svg)](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
|
||||||
|
@ -9,7 +9,7 @@ Victoria Metrics Anomaly Detection - a service that continuously scans Victoria
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
* PV support on underlying infrastructure
|
* PV support on underlying infrastructure
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ helm uninstall vma -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
@ -525,7 +525,7 @@ tenant_id: ""
|
||||||
<td>image.tag</td>
|
<td>image.tag</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
<code class="language-yaml">v1.15.9
|
<code class="language-yaml">v1.16.1
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
|
@ -631,6 +631,8 @@ name: ""
|
||||||
<code class="language-yaml">accessModes:
|
<code class="language-yaml">accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
dumpData: true
|
||||||
|
dumpModels: true
|
||||||
enabled: false
|
enabled: false
|
||||||
existingClaim: ""
|
existingClaim: ""
|
||||||
matchLabels: {}
|
matchLabels: {}
|
||||||
|
@ -662,6 +664,28 @@ storageClassName: ""
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Persistant volume annotations</p>
|
<td><p>Persistant volume annotations</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>persistentVolume.dumpData</td>
|
||||||
|
<td>bool</td>
|
||||||
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
|
<code class="language-yaml">true
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</td>
|
||||||
|
<td><p>Enables dumpling data which is fetched from VictoriaMetrics to persistence disk. This is helpful to reduce memory usage.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>persistentVolume.dumpModels</td>
|
||||||
|
<td>bool</td>
|
||||||
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
|
<code class="language-yaml">true
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</td>
|
||||||
|
<td><p>Enables dumping models to persistence disk. This is helpful to reduce memory usage.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -781,6 +805,7 @@ minAvailable: 1
|
||||||
<td>object</td>
|
<td>object</td>
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||||
<code class="language-yaml">enabled: true
|
<code class="language-yaml">enabled: true
|
||||||
|
fsGroup: 1000
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
- Added ability to override deployment namespace using `namespaceOverride` and `global.namespaceOverride` variables
|
- Added ability to override deployment namespace using `namespaceOverride` and `global.namespaceOverride` variables
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.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-auth)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-auth)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Victoria Metrics Auth - is a simple auth proxy and router for VictoriaMetrics.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ helm uninstall vma -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
- TODO
|
- Support extra storageNodes. Fail if no storageNodes set
|
||||||
|
- Support enabling automatic discovery of vmstorage addresses using DNS SRV records in enterprise version
|
||||||
|
- Added HPA with scaledown disabled by default
|
||||||
|
- Allow excluding vmstorage nodes from vminsert. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1549)
|
||||||
|
|
||||||
|
## 0.14.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.13.7
|
## 0.13.7
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
**Release date:** 2024-09-19
|
**Release date:** 2024-09-19
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.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-distributed)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-distributed)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ A Helm chart for Running VMCluster on Multiple Availability Zones
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
* PV support on underlying infrastructure.
|
* PV support on underlying infrastructure.
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ helm uninstall vmd -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
**Release date:** 2024-09-12
|
**Release date:** 2024-09-12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.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-gateway)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-gateway)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Victoria Metrics Gateway - Auth & Rate-Limitting proxy for Victoria Metrics
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
* PV support on underlying infrastructure
|
* PV support on underlying infrastructure
|
||||||
|
|
||||||
## Chart Details
|
## Chart Details
|
||||||
|
@ -167,7 +167,7 @@ helm uninstall vmg -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
- TODO
|
- Generate VM components tag version from chart app name by default
|
||||||
|
|
||||||
|
## 0.27.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.26.0
|
## 0.26.0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.26.0](https://img.shields.io/badge/Version-0.26.0-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.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-k8s-stack)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-k8s-stack)
|
||||||
|
|
||||||
Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
|
Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
|
||||||
|
@ -158,7 +158,7 @@ grafana:
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
* Add dependency chart repositories
|
* Add dependency chart repositories
|
||||||
|
|
||||||
|
@ -259,7 +259,7 @@ To run VictoriaMetrics stack locally it's possible to use [Minikube](https://git
|
||||||
Run Minikube cluster
|
Run Minikube cluster
|
||||||
|
|
||||||
```
|
```
|
||||||
minikube start --container-runtime=containerd --extra-config=scheduler.bind-address=0.0.0.0 --extra-config=controller-manager.bind-address=0.0.0.0
|
minikube start --container-runtime=containerd --extra-config=scheduler.bind-address=0.0.0.0 --extra-config=controller-manager.bind-address=0.0.0.0 --extra-config=etcd.listen-metrics-urls=http://0.0.0.0:2381
|
||||||
```
|
```
|
||||||
|
|
||||||
Install helm chart
|
Install helm chart
|
||||||
|
@ -370,7 +370,7 @@ kubectl apply -f https://raw.githubusercontent.com/VictoriaMetrics/operator/v0.1
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
@ -2164,8 +2164,6 @@ tls: []
|
||||||
extraArgs:
|
extraArgs:
|
||||||
promscrape.dropOriginalLabels: "true"
|
promscrape.dropOriginalLabels: "true"
|
||||||
promscrape.streamParse: "true"
|
promscrape.streamParse: "true"
|
||||||
image:
|
|
||||||
tag: v1.103.0
|
|
||||||
port: "8429"
|
port: "8429"
|
||||||
scrapeInterval: 20s
|
scrapeInterval: 20s
|
||||||
selectAllByDefault: true
|
selectAllByDefault: true
|
||||||
|
@ -2257,8 +2255,6 @@ tls: []
|
||||||
externalLabels: {}
|
externalLabels: {}
|
||||||
extraArgs:
|
extraArgs:
|
||||||
http.pathPrefix: /
|
http.pathPrefix: /
|
||||||
image:
|
|
||||||
tag: v1.103.0
|
|
||||||
port: "8080"
|
port: "8080"
|
||||||
selectAllByDefault: true
|
selectAllByDefault: true
|
||||||
</code>
|
</code>
|
||||||
|
@ -2639,16 +2635,12 @@ port: "8427"
|
||||||
retentionPeriod: "1"
|
retentionPeriod: "1"
|
||||||
vminsert:
|
vminsert:
|
||||||
extraArgs: {}
|
extraArgs: {}
|
||||||
image:
|
|
||||||
tag: v1.103.0-cluster
|
|
||||||
port: "8480"
|
port: "8480"
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
resources: {}
|
resources: {}
|
||||||
vmselect:
|
vmselect:
|
||||||
cacheMountPath: /select-cache
|
cacheMountPath: /select-cache
|
||||||
extraArgs: {}
|
extraArgs: {}
|
||||||
image:
|
|
||||||
tag: v1.103.0-cluster
|
|
||||||
port: "8481"
|
port: "8481"
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
resources: {}
|
resources: {}
|
||||||
|
@ -2659,8 +2651,6 @@ vmselect:
|
||||||
requests:
|
requests:
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
vmstorage:
|
vmstorage:
|
||||||
image:
|
|
||||||
tag: v1.103.0-cluster
|
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
resources: {}
|
resources: {}
|
||||||
storage:
|
storage:
|
||||||
|
@ -2813,8 +2803,6 @@ vmstorage:
|
||||||
<td>object</td>
|
<td>object</td>
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||||
<code class="language-yaml">extraArgs: {}
|
<code class="language-yaml">extraArgs: {}
|
||||||
image:
|
|
||||||
tag: v1.103.0
|
|
||||||
port: "8429"
|
port: "8429"
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
retentionPeriod: "1"
|
retentionPeriod: "1"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Victoria Metrics Operator
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
* PV support on underlying infrastructure.
|
* PV support on underlying infrastructure.
|
||||||
|
|
||||||
## ArgoCD issues
|
## ArgoCD issues
|
||||||
|
@ -175,7 +175,7 @@ helm uninstall vmo -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-02
|
||||||
|
|
||||||
|
![AppVersion: v1.104.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.104.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- bump version of VM components to [v1.104.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.104.0)
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
**Release date:** 2024-09-12
|
**Release date:** 2024-09-12
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.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-single)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-single)
|
||||||
|
|
||||||
Victoria Metrics Single version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus
|
Victoria Metrics Single version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](../../REQUIREMENTS.md).
|
* Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
* PV support on underlying infrastructure.
|
* PV support on underlying infrastructure.
|
||||||
|
|
||||||
## Chart Details
|
## Chart Details
|
||||||
|
@ -106,7 +106,7 @@ helm uninstall vms -n NAMESPACE
|
||||||
|
|
||||||
## Documentation of Helm Chart
|
## Documentation of Helm Chart
|
||||||
|
|
||||||
Install ``helm-docs`` following the instructions on this [tutorial](../../REQUIREMENTS.md).
|
Install ``helm-docs`` following the instructions on this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
|
||||||
|
|
||||||
Generate docs with ``helm-docs`` command.
|
Generate docs with ``helm-docs`` command.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue