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

View file

@ -755,6 +755,17 @@ labels: {}
</pre> </pre>
</td> </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><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> </td>
</tr> </tr>
<tr> <tr>

View file

@ -4,6 +4,14 @@
- TODO - 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 ## 0.0.18
**Release date:** 2024-10-29 **Release date:** 2024-10-29

View file

@ -10,6 +10,7 @@
- Removed crds subchart as it's now included in operator - Removed crds subchart as it's now included in operator
- Fixed additionalNotifiersConfig - Fixed additionalNotifiersConfig
- Added `vmcluster.vmauth.<vminsert/vmselect>` and `externalVM.vmauth.<read/write>` to provide ability to override vmauth configs - Added `vmcluster.vmauth.<vminsert/vmselect>` and `externalVM.vmauth.<read/write>` to provide ability to override vmauth configs
- Removed unused serviceaccount
## 0.27.6 ## 0.27.6

View file

@ -134,7 +134,7 @@ data:
grafana: grafana:
sidecar: sidecar:
dashboards: dashboards:
enabled: true enabled: false
dashboards: dashboards:
vmcluster: vmcluster:
gnetId: 11176 gnetId: 11176
@ -2142,39 +2142,6 @@ selector:
</pre> </pre>
</td> </td>
<td><p>Install prometheus operator CRDs</p> <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> </td>
</tr> </tr>
<tr> <tr>