Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
AndrewChubatiuk 2024-11-05 13:21:31 +00:00 committed by Github Actions
parent a3401c8d64
commit 8a683aa250
No known key found for this signature in database
GPG key ID: 261D0043999236A6
3 changed files with 10 additions and 34 deletions

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>