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@0b610bd (#7220)
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:
parent
c910c1c6b8
commit
d3f4b01001
4 changed files with 106 additions and 40 deletions
|
@ -1,6 +1,14 @@
|
|||
## Next release
|
||||
|
||||
- Generate VM components tag version from chart app name by default
|
||||
- Added k8s apiserver, kube-proxy, controller-manager and kubelet dashboards
|
||||
- Moved `dashboards.<dashboard>` to `defaultDashboards.dashboards.<dashboard>.enabled`
|
||||
- Moved `defaultDashboardsEnabled` to `defaultDashboards.enabled`
|
||||
- Moved `grafanaOperatorDashboardsFormat` to `defaultDashboards.grafanaOperator`
|
||||
- Added condition for `grafana-overview`, `alertmanager-overview` and `vmbackupmanager` dashboards. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1564)
|
||||
- Removed `experimentalDashboardsEnabled` param
|
||||
- Upgraded default Alertmanager tag 0.25.0 -> 0.27.0
|
||||
- Upgraded operator chart 0.35.2 -> 0.35.3
|
||||
|
||||
## 0.27.0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![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)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.27.1](https://img.shields.io/badge/Version-0.27.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-metrics-k8s-stack)
|
||||
|
||||
Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
|
||||
|
@ -493,7 +493,7 @@ tls: []
|
|||
<code class="language-yaml">configSecret: ""
|
||||
externalURL: ""
|
||||
image:
|
||||
tag: v0.25.0
|
||||
tag: v0.27.0
|
||||
port: "9093"
|
||||
routePrefix: /
|
||||
selectAllByDefault: true
|
||||
|
@ -621,23 +621,26 @@ selectAllByDefault: true
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dashboards</td>
|
||||
<td>defaultDashboards.dashboards</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">node-exporter-full: true
|
||||
operator: false
|
||||
vmalert: false
|
||||
<code class="language-yaml">node-exporter-full:
|
||||
enabled: true
|
||||
victoriametrics-operator:
|
||||
enabled: false
|
||||
victoriametrics-vmalert:
|
||||
enabled: false
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Enable dashboards despite it’s dependency is not installed</p>
|
||||
<td><p>Create dashboards as ConfigMap despite dependency it requires is not installed</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dashboards.node-exporter-full</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">true
|
||||
<td>defaultDashboards.dashboards.node-exporter-full</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">enabled: true
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
|
@ -645,16 +648,47 @@ vmalert: false
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultDashboardsEnabled</td>
|
||||
<td>defaultDashboards.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>Create default dashboards</p>
|
||||
<td><p>Enable custom dashboards installation</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultDashboards.grafanaOperator.allowCrossNamespaceImport</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">false
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultDashboards.grafanaOperator.enabled</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">false
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Create dashboards as CRDs (reuqires grafana-operator to be installed)</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultDashboards.grafanaOperator.instanceSelector.matchLabels.dashboards</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">grafana
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultRules</td>
|
||||
<td>object</td>
|
||||
|
@ -1091,17 +1125,6 @@ vmsingle:
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Runbook url prefix for default rules</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>experimentalDashboardsEnabled</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">true
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Create experimental dashboards</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -1295,21 +1318,6 @@ selector:
|
|||
</pre>
|
||||
</td>
|
||||
<td><p><a href="https://docs.victoriametrics.com/operator/api#vmservicescrapespec" target="_blank">Scrape configuration</a> for Grafana</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>grafanaOperatorDashboardsFormat</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">allowCrossNamespaceImport: false
|
||||
enabled: false
|
||||
instanceSelector:
|
||||
matchLabels:
|
||||
dashboards: grafana
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Create dashboards as CRDs (reuqires grafana-operator to be installed)</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
## Next release
|
||||
|
||||
- TODO
|
||||
|
||||
## 0.35.3
|
||||
|
||||
**Release date:** 2024-10-10
|
||||
|
||||
![AppVersion: v0.48.3](https://img.shields.io/static/v1?label=AppVersion&message=v0.48.3&color=success&logo=)
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- upgraded common chart dependency
|
||||
- made webhook pod port configurable. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1565)
|
||||
- added configurable cleanup hook resources. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1571)
|
||||
- added ability to configure `terminationGracePeriodSeconds` and `lifecycle`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1563) for details
|
||||
|
||||
## 0.35.2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.35.2](https://img.shields.io/badge/Version-0.35.2-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.35.3](https://img.shields.io/badge/Version-0.35.3-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
|
||||
|
@ -332,6 +332,22 @@ tag: ""
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Image configuration for CRD cleanup Job</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>crd.cleanup.resources</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">limits:
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 56Mi
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Cleanup hook resources</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -567,6 +583,17 @@ variant: ""
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Secret to pull images</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lifecycle</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Operator lifecycle. See <a href="https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/" target="_blank">this article</a> for details.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -979,6 +1006,17 @@ tlsConfig: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Configures monitoring with serviceScrape. VMServiceScrape must be pre-installed</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>terminationGracePeriodSeconds</td>
|
||||
<td>int</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">30
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Graceful pod termination timeout. See <a href="https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution" target="_blank">this article</a> for details.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue