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@f8ad8eb (#7438)
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>
(cherry picked from commit 397997b2a8
)
This commit is contained in:
parent
9c390fd201
commit
d0d6c069a9
4 changed files with 21 additions and 34 deletions
|
@ -755,6 +755,17 @@ labels: {}
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Node tolerations for server scheduling to nodes with taints. Details are <a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/" target="_blank">here</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>alertmanager.webConfig</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Alertmanager web configuration</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -4,6 +4,14 @@
|
|||
|
||||
- TODO
|
||||
|
||||
## 0.0.19
|
||||
|
||||
**Release date:** 2024-11-04
|
||||
|
||||
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||
|
||||
- TODO
|
||||
|
||||
## 0.0.18
|
||||
|
||||
**Release date:** 2024-10-29
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
- Removed crds subchart as it's now included in operator
|
||||
- Fixed additionalNotifiersConfig
|
||||
- Added `vmcluster.vmauth.<vminsert/vmselect>` and `externalVM.vmauth.<read/write>` to provide ability to override vmauth configs
|
||||
- Removed unused serviceaccount
|
||||
|
||||
## 0.27.6
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ data:
|
|||
grafana:
|
||||
sidecar:
|
||||
dashboards:
|
||||
enabled: true
|
||||
enabled: false
|
||||
dashboards:
|
||||
vmcluster:
|
||||
gnetId: 11176
|
||||
|
@ -2142,39 +2142,6 @@ selector:
|
|||
</pre>
|
||||
</td>
|
||||
<td><p>Install prometheus operator CRDs</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>serviceAccount.annotations</td>
|
||||
<td>object</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||
<code class="language-yaml">{}
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Annotations to add to the service account</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>serviceAccount.create</td>
|
||||
<td>bool</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">true
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>Specifies whether a service account should be created</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>serviceAccount.name</td>
|
||||
<td>string</td>
|
||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||
<code class="language-yaml">""
|
||||
</code>
|
||||
</pre>
|
||||
</td>
|
||||
<td><p>The name of the service account to use. If not set and create is true, a name is generated using the fullname template</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue