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:
Github Actions 2024-11-05 07:36:34 -08:00 committed by hagen1778
parent 9c390fd201
commit d0d6c069a9
No known key found for this signature in database
GPG key ID: E92986095E0DD614
4 changed files with 21 additions and 34 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>