mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
Automatic update helm docs from VictoriaMetrics/helm-charts@2f4f212
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
0204ce942d
commit
9a7fcabdce
4 changed files with 26 additions and 8 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
|
||||||
|
**Release date:** 2024-10-22
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
- Upgraded [`vmanomaly`](https://docs.victoriametrics.com/anomaly-detection/) to [1.17.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1172)
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
|
|
||||||
**Release date:** 2024-10-18
|
**Release date:** 2024-10-18
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-anomaly)
|
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-anomaly)
|
||||||
[](https://slack.victoriametrics.com/)
|
[](https://slack.victoriametrics.com/)
|
||||||
[](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
|
[](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
|
## 0.36.0
|
||||||
|
|
||||||
|
**Release date:** 2024-10-22
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
- replaced `crd.enabled` property to `crds.plain`. Instead of disabling CRDs it selects if CRDs should be rendered from template or as plain CRDs
|
||||||
|
|
||||||
## 0.35.5
|
## 0.35.5
|
||||||
|
|
||||||
**Release date:** 2024-10-15
|
**Release date:** 2024-10-15
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
 
|
 
|
||||||
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-operator)
|
[](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-operator)
|
||||||
|
|
||||||
Victoria Metrics Operator
|
Victoria Metrics Operator
|
||||||
|
@ -311,7 +311,7 @@ issuer: {}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>crd.cleanup.enabled</td>
|
<td>crds.cleanup.enabled</td>
|
||||||
<td>bool</td>
|
<td>bool</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">false
|
<code class="language-yaml">false
|
||||||
|
@ -322,7 +322,7 @@ issuer: {}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>crd.cleanup.image</td>
|
<td>crds.cleanup.image</td>
|
||||||
<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">pullPolicy: IfNotPresent
|
<code class="language-yaml">pullPolicy: IfNotPresent
|
||||||
|
@ -335,7 +335,7 @@ tag: ""
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>crd.cleanup.resources</td>
|
<td>crds.cleanup.resources</td>
|
||||||
<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">limits:
|
<code class="language-yaml">limits:
|
||||||
|
@ -351,14 +351,14 @@ requests:
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>crd.create</td>
|
<td>crds.plain</td>
|
||||||
<td>bool</td>
|
<td>bool</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">true
|
<code class="language-yaml">false
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Enables CRD creation and management. With this option, if you remove this chart, all CRD resources will be deleted with it.</p>
|
<td><p>check if plain or templated CRDs should be created. with this option set to <code>false</code>, all CRDs will be rendered from templates. with this option set to <code>true</code>, all CRDs are immutable and require manual upgrade.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue